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.
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.
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.
© 2024 OneMinuteCode. All rights reserved.