Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dont mangle when targeting cpp (#23335) | Juan M Gómez | 2024-03-03 | 1 | -1/+1 |
| | | | | Unfortunately we cant trick the debugger when targeting C++ so this one also needs to wait for our own debugger adapter. | ||||
* | MangleProcs following the Itanium spec so they are demangled in the debugger ↵ | Juan M Gómez | 2024-02-09 | 1 | -0/+192 |
call stack (#23260) ![image](https://github.com/nim-lang/Nim/assets/1496571/0d796c5b-0bbf-4bb4-8c95-c3e3cce22f15) --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de> |