[Issue 13915] Mago doesn't handle C code very well

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jan 1 14:08:38 PST 2015


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

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> ---
I guess the arguments are still in registers while stepping through C code.
Mago might not support that too well.

We cannot support C/C++ completely, not sure where to draw the line. It would
be best to have some mixed mode with the C++ part handled by the VS debugger,
but I'm not aware of that being possible (the C#/C++ mixed mode debugger is
just another engine).

--


More information about the Digitalmars-d-bugs mailing list