Mirror of
forum.nim-lang.org
index
11022 :: JS debugger
[2024-02-17T01:50:06+01:00]
View Orginal
Ramen
(orginal)
[2024-02-17T01:50:06+01:00]
view original
How should I debug my nim code?
I'd like to use debugger breakpoints in vscode.
juancarlospaco
(orginal)
[2024-02-18T15:21:42+01:00]
view original
https://nim-lang.github.io/Nim/jscore.html#debugger
You can also debug it from the
"
Nim side
"
of things, it is easy to debug compared to JS side. You can use macros to debug too, eg
https://juancarlospaco.github.io/nodejs/nodejs/jsdebugutils