how to debug jsp and javascript file in eclipse? -
my project containing java files, applets, jsp , javascript file. able debug applet , java files not able configure debug setup jsp , javascript files in eclipse.
i tried debug using f12 tools throw browser ie10 files not coming under project.
please mention steps configuring debug setup
thanks,
since javascript executed on browser, eclipse won't able debug it, unless has way connect browser. can try using ajax toolkit framework, however, it's best use internet browser's built-in debugger. can have @ aptana.
if javascript files not appearing in ie debugger:
- check if javascript files included properly.
- try debugger on chrome or firefox (or firebug extension on firefox)
also, not able place debug pointer in jsp file unless it's placed in java scriptlet part of jsp.
Comments
Post a Comment