Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Add support for debugging. #40

Open
hcorion opened this issue Mar 1, 2017 · 2 comments
Open

Add support for debugging. #40

hcorion opened this issue Mar 1, 2017 · 2 comments

Comments

@hcorion
Copy link

hcorion commented Mar 1, 2017

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.

@kosz78
Copy link
Collaborator

kosz78 commented Mar 1, 2017

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.

@R3D9477
Copy link

R3D9477 commented Feb 22, 2018

Another discussion for this theme #65

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants