https://issues.dlang.org/show_bug.cgi?id=13915
Issue ID: 13915
Summary: Mago doesn't handle C code very well
Product: D
Version: unspecified
Hardware: x86_64
OS: Windows
Status: NEW
Severity: normal
Priority: P1
Component: VisualD
Assignee: [email protected]
Reporter: [email protected]
So I'm debugging x64 code with Mago.
I often step into C code, where I find that function arguments aren't working
properly, most of the time (but not all the time), the debugger is unable to
inspect the value of function args.
I'd suggesting trying to step into some C code from D under Mago-x64. There are
lots of problems...
--