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 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:
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:
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:
ipp/lib/parser.js
Line 132 in 8ce50cc
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:
ipp/lib/serializer.js
Line 197 in 8ce50cc
@williamkapke do you think it's OK to remove the statement? If so, I'll create a PR.
The text was updated successfully, but these errors were encountered: