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
Post a Comment