Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

There was an internal error in Node's debugger. Please report this bug. #5743

Closed
yukingc opened this issue Jun 25, 2013 · 5 comments
Closed

Comments

@yukingc
Copy link

yukingc commented Jun 25, 2013

I wasn't able to debug a simple helloWorld.js:

$ cat helloworld.js
console.log("Hello Dude");

$ node helloworld.js
Hello Dude

$ node debug helloworld.js
debug> There was an internal error in Node's debugger. Please report this bug.

$

I am using Node v0.10.12 (64-bit) on my Windows 7 machine. Can someone help?

@cesarandreu
Copy link

Unable to reproduce this bug using Node v0.10.12 on OS X 10.8.4.

@bnoordhuis
Copy link
Member

Are you running inside a cygwin terminal? There are known issues with that, see #5618.

@julien51
Copy link

Same bug for me, on Debian Debian GNU/Linux 6.0 with Node v0.10.2.

@tjfontaine
Copy link

I was unable to reproduce this on Win Server 2k8r2 64bit

@yukingc @julien51 can you tell me more about your environments you were trying in, and if it still exhibits itself on the latest node?

@greatpython
Copy link

when i tried twice then it worked for me

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

7 participants