0

I have a hellowworld JSP running properly on the browser. I have added a toggle point on Eclipse hellowworld code. I started the tomcat like catalina jpda start in debug mode and then run the "Debug" from the Eclipse as shown in the windows below :

enter image description here

After clicking the debug button, I can see the following on the debug console :

enter image description here

However, I am wondering why my eclipse is not displaying a window something like the following ( I just took the following screenshot from the website for explaining purpose) for my hellowworld application :

enter image description here

2 Answers 2

1

The screenshot you attached shows your Eclipse in Debug view. Follow the instructions mentioned in the link here to launch your Java program on Eclipse in Debug view.

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

2 Comments

Could you explain in more detail ?
Thanks. That worked. I am trying to test my another folders that I loaded in eclipse work space, added a breakpoint and tsting via an api and the eclipse isn't noticing anything. However, it works for hellowworld.
0

Are you in Debug Perspective?
Window > Open Perspective > Debug.

Refresh your breakpoints, remove all breakpoints then toggle it again.

Try to run your eclipse as an administrator.

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.