[Issue 14497] Disassembly view

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Apr 29 13:02:55 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14497

Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> ---
Interesting idea. That would really be helpful for immediately seeing what the
optimizer is able/unable to do.

I use the "Compile and Debug" command sometimes with unittests and option
"-main", though that still needs you to set a breakpoint somewhere and wait for
the debugger to start.

Getting the disassembly of an object file with obj2asm/dumpbin is possible, but
syncing with the source needs to read debug information. This can be rather
annoying.

--


More information about the Digitalmars-d-bugs mailing list