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 don't work (Node 0.10.26, Windows 7) #358

Closed
nzakas opened this issue Apr 18, 2014 · 3 comments
Closed

Breakpoints don't work (Node 0.10.26, Windows 7) #358

nzakas opened this issue Apr 18, 2014 · 3 comments
Labels

Comments

@nzakas
Copy link

nzakas commented Apr 18, 2014

Breakpoints don't appear to work at all for me. I can set a breakpoint in the UI (blue arrow appears), but even though execution runs through the code in question, the breakpoint is never hit.

My environment:

  • node-inspector 0.7.3
  • Node 0.10.26
  • Windows 7/Git Bash

To reproduce:

node --debug index.js

Try to set a breakpoint after that (it's an Express app), and it never hits that breakpoint.

The last version I could find that works correctly is node-inspector v0.6.2.

@bajtos
Copy link
Member

bajtos commented Apr 22, 2014

Hi @nzakas, thank you for reporting the issue.

To reproduce:

node --debug index.js

Where can I find the Express app to reproduce the problem?

Are you able to reproduce the problem with the sample server too?

@davidgwking
Copy link

I came here looking for this very issue. I am using node-inspector 0.7.3, node 0.10.26, ubuntu 14.04, and git 1.9.1.

Breakpoints with the sample server appear to work fine with both default and user defined debugger ports.

That said, I am using restify 2.6.1.

@bajtos
Copy link
Member

bajtos commented Dec 18, 2014

As part of our issue triage process, we are closing items that have been inactive for an extended period of time. Feel free to reopen this issue if you can provide an example for reproducing the issue on our machines using the latest Node Inspector version.

@bajtos bajtos closed this as completed Dec 18, 2014
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

3 participants