Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

breakpoints not working #232

Open
ilanp13 opened this issue Dec 9, 2019 · 3 comments
Open

breakpoints not working #232

ilanp13 opened this issue Dec 9, 2019 · 3 comments
Labels

Comments

@ilanp13
Copy link

ilanp13 commented Dec 9, 2019

hey,

i've installed indium by npm, and installed it in emacs from MELPHA.
in general it works fine.
if i put "debugger" in the code it does break there.
but when i add breakpoint they are added as empty circles, and not dots, and then they don't work (the stepping debugger "step over" them.

will appreciate any help.
Thanks!

@NicolasPetton
Copy link
Owner

NicolasPetton commented Dec 10, 2019 via email

@ilanp13
Copy link
Author

ilanp13 commented Dec 10, 2019

hey,

so far it's not a project, i just run a simple js script in nodejs, just in order to check indium.
i'm trying to run nodejs script,
my OS is gentoo,
no sourcemaps/bundles for now,
and my .indium.json file looks like this:

{ "configurations": [ { "name": "tester", "type": "node", "command": "node ./script.js", "inspect-brk": "true", "root": "./" } ] }

thanks!

@NicolasPetton
Copy link
Owner

@ilanp13 can I see the content of script.js?

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

No branches or pull requests

2 participants