How to view assembly language listing and step thru with debugger in .NET 2003

E

Edward Mitchell

How can I get to see the assembly language listing for the C++ code that is
displayed in the debugger. I seems like the VS 6.0 had a tool button that
would show the assembly language interspersed in with the C++ code. Single
stepping would then go thru each assembler opcode and I could look at the
registers after each step.

I can't find the magic incantation to turn on this view. How can I do it in
..NET 2003

Ed
--
Edward E.L. Mitchell
Web: www.racesail.org
Phone: (508)771-0806
500 Ocean St., Unit 134,
Hyannis, MA 02601
 
E

Edward Mitchell

Dave,

Thanks for the info. That showed me the machine language code. I see that I
get a separate disassembly window with the source code interleaved rather
than the old toggle on/off of the machine language. I'll get used to this
IDE eventually.

Ed
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top