c# - Why does disassembler/disassembly-window pops up sometimes when I debug my asp.net website? -


why disassembler/disassemly-window pops times when debug asp.net website?

it happens times, not always. have searched on internet no useful result found. e.g: happened when trying debug query; appeared after/when reached particular code segment used make 1 of 4 text-boxes enabled while keeping others disabled using updatepanels (nothing ground-breaking here).

my code works fine, repeat, disassembly thing doesn't cause problem, it's hasn't happened before.

does mean wrong code or way write code...or what??

in tools, options, debugging try disabling "enable address-level debugging".

i'll add can enable "enable code" (same page), think useful keep disable comprehend when there problem outside of code.

the window appear if have: enable address-level debugging enabled, enable code disabled , have configured debugger break on thrown exception.

often there "benign" (non-terminal) exceptions thrown inside .net code/other libraries code catched there, without surfacing in code. these options "enabled (meaning set i've told you)", debugger break on these exceptions (very boring quite often) , have show something... doesn't have source code, show disassembly (or empty window asking if want view disassembly if have "show disassembly if source not available" disabled)


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -