You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.
The current plan is to adopt this extension from Microsoft to allow debug Nim code. Currently this extension allows debug nim code with some weakness and name mangling.
Visual Studio Code has a fancy built-in GUI debugger. Perhaps it could be possible to add support for debugging nim code. There are multiple articles about it: https://gist.github.com/flaviut/487be89b8abfae2612e8
http://hookrace.net/blog/what-makes-nim-practical/#debugging-nim
I assume it would consist of copying the existing gdb stuff from the C/C++ Extension and then fixing it around for calling the nim compiler as well.
The text was updated successfully, but these errors were encountered: