0

I want to run my JavaScript code line by line in PhpStorm to debug it. How can I do this?

Please explain it for me.

2
  • 1
    You can use the browser debugger too if the scripts are required to debug on the client side. Commented Sep 1, 2016 at 11:12
  • 1
    confluence.jetbrains.com/display/WI/… Commented Sep 1, 2016 at 11:48

1 Answer 1

1

start the JavaScript Debug session (https://confluence.jetbrains.com/display/WI/Starting+a+JavaScript+debug+session) and, once breakpoint is hit, use Step Over to run it line-by-line

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

1 Comment

Page was deleted

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.