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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jan 2 02:58:55 PST 2015


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

--- Comment #2 from Manu <turkeyman at gmail.com> ---
Yeah, I don't know that mixed mode with different debuggers is possible.

I suspect, sadly, it's just going to be a long and slow process of making Mago
support relevant C/C++ cases as they arise, such that in the end, it becomes a
useful mixed-mode debugger of it's own.

For me personally, I probably use a rather small subset of C/C++ debugger
features. I barely use templates or modern language features in C++, and that's
probably the majority of the complexity.


What do you know about LLDB? If Clang can output COFF and CV8/PDB, does that
mean LLDB can read those formats?
Do you foresee a time where we may be able to create a Visual Studio shim for
LLDB?

--


More information about the Digitalmars-d-bugs mailing list