This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 137392 - Add FireFox3 support for Javascript debugging
Summary: Add FireFox3 support for Javascript debugging
Status: RESOLVED DUPLICATE of bug 138986
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ sandipchitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-17 08:51 UTC by _ gtzabari
Modified: 2008-08-15 00:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2008-06-17 08:51:16 UTC
dev build 200806111204
Vista x64

I have FireFox3, Firebug 1.2.0b3 installed yet Netbeans keeps on complaining "After the add-on has been installed and
your browser has restarted, press the OK button to continue." When I hit OK the dialog comes back.

messages.log contains the following line:
INFO [org.netbeans.modules.web.client.javascript.debugger.firefox]: Unable to run process: echo %AppData%

Invoking that cmdline in a shell returns "C:\Users\Gili\AppData\Roaming". You likely need to insert "cmd /c" in front of
your process command-line.
Comment 1 _ sandipchitale 2008-06-17 17:30:11 UTC
The JavaScript debugging is supported with Firfox 2.0.0.x and Firebug 1.1b12 only.
Comment 2 _ gtzabari 2008-06-17 17:32:04 UTC
Fair enough ;)
Comment 3 _ sandipchitale 2008-06-17 17:53:26 UTC
The reason for not supporting Firfox 3 and Firebug 1.2 that goes with it are that both of them are under development and
not yet stable when we started planning for NetBeans 6.5 release. We plan to support them in post 6.5 release of NetBeans.
Comment 4 _ gtzabari 2008-06-17 17:57:33 UTC
Fair enough, though you might want to know that FireFox3 final is due out in June:
http://blog.wired.com/monkeybites/2008/03/mozilla-final-v.html
Comment 5 Quy Nguyen 2008-08-15 00:01:01 UTC

*** This issue has been marked as a duplicate of 138986 ***