debug javascript

2 messages Options
Embed this post
Permalink
Peter Swietoslawski

debug javascript

Reply Threaded More More options
Print post
Permalink
The same problem in FF 3.5 on Mac with NB 6.8 Beta. On top of that I can't even set breakpoints for javascript if it's in php file. They appear as broken.





---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Petr Jiricka

Re: debug javascript

Reply Threaded More More options
Print post
Permalink
The JavaScript debugger is not included in NetBeans 6.8. To get it,  
you need to download the module from the update center (Tools ->  
Plugins).

Also, you can not directly put breakpoints in PHP source - the  
breakpoints are put into the generated code that is sent to the  
browser. See also: http://www.netbeans.org/kb/docs/web/js-debugger-ug.html

Petr


On Oct 30, 2009, at 12:49 PM, Peter Swietoslawski wrote:

> The same problem in FF 3.5 on Mac with NB 6.8 Beta. On top of that I  
> can't even set breakpoints for javascript if it's in php file. They  
> appear as broken.
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]