visual studio express 2012 for web - condition breakpoint -


i have visual studio 2012 web express - can set in loop in debug mode breakpoint , condition when application should stop? example have loop:

for (int = 0; <= 6000; i++) {     //........... } 

i see wrong when = 3000, how can that?

edit:

i don't have under breakpoint option 'condition':

enter image description here

set breakpoint normal (via right-click or f9) right-click red dot in editor margin, click "condition", , enter i == 3000.

edit: seems vs express 2012 web doesn't have feature.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

monitor web browser programmatically in Android? -

c# - Using multiple datasets in RDLC -