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
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!
The text was updated successfully, but these errors were encountered:
Ilan Peretz <notifications@github.com> writes:
hey,
Hi!
Can you tell us more about your project?
- nodejs/web?
- OS?
- Do you use sourcemaps?
- Do you bundle the JS files?
- what does your .indium.json file look like?
Thanks!
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:
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!
The text was updated successfully, but these errors were encountered: