debugging - VB.NET Debug.Print not working, breakpoint disappears -


i have vb.net application run in debug mode. have 3 lines

    dim svalue$     svalue = "test"      debug.print svalue 

when not running, set breakpoint on lines svalue = "test", , on line debug.print svalue.

now when start debugging, breakpoint on line debug.print svalue disappears, , debug.print not performed. however, breakpoint on line svalue = "test" stays there.

does know might go wrong here?

switching x86 anycpu helped. strange.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -