2

Is it possible to debug JSP and javascript codes?

I am a back end developer but for some reason I have to deal with JSP and javascript. I try to put a breakpoint but it doesn't work.

Alert is not an option since I want to see the flow of the code execution.

1

1 Answer 1

1

In terms of JavaScript code you have a few options as most main stream browsers come with JavaScript development tools. These tools provide features such as breakpoints and variable watching.

Some examples are:

I haven't got much experience in JSP myself but friends of mine who do recommend IntelliJ.

You can look further with google or checking out this topic from a previous question here: What is a good Jsp IDE

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

1 Comment

I don't need other IDE since I am already using Eclipse. Google Chrome debug tool works fine in JSP and Javascript.

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.