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

  • Thread starter Thread starter Edward Mitchell
  • Start date Start date
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
 
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
 
Back
Top