I want to try JavaScript step execution in Eclipse

Asked 1 years ago, Updated 1 years ago, 101 views

A PHP project in Eclipse has a JS that is loaded into a web page.
I wish I could perform steps for JS by debugging Eclipse, but is it impossible?

Are there not enough plug-ins?
Debugging does not stop at the breakpoint.
Our current debug configuration screen is as follows.
Enter a description of the image here
By the way, I didn't know how to use the browser (IE) development tool, so I started looking for something to do with Eclipse.

[Additional note]
Enter a description of the image here
Enter a description of the image here
Enter a description of the image here

javascript eclipse

2022-09-30 21:32

1 Answers

I wish I could perform steps for JS by debugging Eclipse, but is it impossible?

I can.

If you are using Eclipse for PHP Developers, it should contain JavaScript Development Tools (JSDT) and you may not have developed the JSDT Debug (below) in detail in this package.

JSDT Debug-includes support for debugging JavaScript using Rhino and Crossfire

If JSDT is not installed, you may want to install a plug-in that contains JSDT, such as Eclipse Web Developer Tools.

I think the browser standard development tool is enough.


2022-09-30 21:32

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.