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

debugger statement in the parser module causes application hang #36

Open
letalumil opened this issue Dec 8, 2016 · 3 comments
Open

Comments

@letalumil
Copy link
Contributor

letalumil commented Dec 8, 2016

I use nodemon in the debug mode during the development time and attach a debugger only when I really intended to dig into something.
Today when I worked with a new printer I encountered a problem that my application hangs. After a quick investigation I found that the problem is in this line:

debugger;

Since I run my code in the debug mode, execution pauses on this line, but I have no debugger attached, so I'm not notified about the pause and has no way to do something with it.

There is one more line that can cause the same problem:

debugger;

@williamkapke do you think it's OK to remove the statement? If so, I'll create a PR.

@williamkapke
Copy link
Owner

Yes- you can certainly remove them!

@ghost
Copy link

ghost commented May 22, 2018

Wouldn't it be better you remove it so that we are not forced to have a fork? I known that this is a VERY old issue but it's still in.

Thanks

Jochen

@fpauser
Copy link

fpauser commented Jan 21, 2020

I'd be great if #83 would be merged and a new version of ipp released!

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

No branches or pull requests

3 participants