I use PB 6.0 to debug my Windows-CE image. Whenever I run in this mode VS2005 opens the disassembly window each time it hits a debug break in a file that it does not have its source (pdb file for the module). This is really annoying as I would like to stick to the output view. I could find a setting to disable this disassembly window automatic opening. Tools->options->debugging->general-> deselecting "show disassembly if source is not available" did not help.

My question:

Does anyone know how to disable this disassembly window automatic activation?

Thanks, Shai

link|improve this question

feedback

1 Answer

goto Visual Studio Menu in that Select Tools => Option => Debugging => General

and uncheck the Show Disassembly if source is not available

it will disable DisAssemble at bebug time

i think it will work fine

Ajay Patel

link|improve this answer
Will give it a try as soon as I can. thanks – Shaihi Mar 6 '10 at 8:32
Unfortunately, the Show Disassembly option is not checked and it still happens. – Shaihi Mar 7 '10 at 11:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.