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

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -