1. Create a new Node.js web app.
2. Set breakpoint on the first line of the request handler (with `res.writeHead(...)`).
3. Run the project w/debugging, wait until breakpoint is hit.
4. In Breakpoints tool window, disable the breakpoint by clicking on its checkbox.
5. Re-enable it by clicking on the checkbox again.
VS hangs immediately after step #5.
2. Set breakpoint on the first line of the request handler (with `res.writeHead(...)`).
3. Run the project w/debugging, wait until breakpoint is hit.
4. In Breakpoints tool window, disable the breakpoint by clicking on its checkbox.
5. Re-enable it by clicking on the checkbox again.
VS hangs immediately after step #5.