3

I have problem with my project's back-end written in Node JS. I use Visual Code. I can't debug it, I can use breakpoints, but when program stops, I see nothing in "Variables" frame.

Before I run Visual Code, I used nodemon plugin. It starts on port 3000 and debugging on 5858.

I tried to set port 3000 or 5858 in launch.json in Visual Code, but during debugging I can only stop on breakpoints and no variables are present.

1 Answer 1

1

Make sure you have latest node v0.12.7

When i had this problem, updating from 0.10.35 to 0.12.76 resolved it.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.