NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
tarmax
Joined: 17 Apr 2012 Posts: 19
|
Posted: Wed May 02, 2012 9:20 am Post subject: JavaScript Debugger in 7.1 |
|
|
Hello,
i need to debug a web application that has some JS script.
I have found that in the Available plugins catalog there isn't the javascript plugin, is it already installed in this netbeas versione?
where i can find it?
thanks |
|
| Back to top |
|
 |
thibraga06
Joined: 20 Jun 2012 Posts: 1
|
Posted: Thu Jun 21, 2012 5:23 pm Post subject: |
|
|
You can debug your JavaScript code in the browser, because this is a client side language. If you use Google Chrome, press F12 and go to Scripts, find your script in the list in the left and put any breakpoints as you want. There are some shortcuts in the Chrome Developer Tools, like F8 to continue the script execution, F10 to go to the next line or F11 to go inside a function...
For Firefox, install the Firebug extension. For IE... I don't know exactly about the developer tools of IE 6-8 versions, but IE 9 has your own console (very poor and difficult to use, but it has) |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|