https://issues.dlang.org/show_bug.cgi?id=13915
--- Comment #2 from Manu <[email protected]> --- 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? --
