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 147576 - Suspend on exception does not work
Summary: Suspend on exception does not work
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Quy Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-18 10:18 UTC by Martin Schovanek
Modified: 2011-12-13 07:52 UTC (History)
2 users (show)

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 Martin Schovanek 2008-09-18 10:18:41 UTC
[#200809170201, jdk1.5.0, JRuby + Rails + GF V3]

to reproduce:
-------------
1) test case: '#2 - Suspend on exception', debugger does not suspend

SEE: http://qa.netbeans.org/modules/webapps/promo-h/TS_65_JavaScriptDebugger.html#operations_4
Comment 1 Petr Blaha 2008-09-18 11:48:48 UTC
This is important feature that should work on FCS hence increase to P2.
Comment 2 Quy Nguyen 2008-09-18 19:04:06 UTC
Only occurs on Firefox, I think.  In the future, it would be helpful to also provide the browser (IE vs Firefox) used to
debug.
Comment 3 Quy Nguyen 2008-09-19 01:55:38 UTC
It looks like Firebug added an option (default off) to enable Suspend on Exception capability sometime between the 1.2.0
beta versions and 1.2.0.  Once this preference is set by our debugger, suspending on exceptions should work.
Comment 4 Quy Nguyen 2008-09-20 05:27:53 UTC
Fixed for Firefox.

Changeset: 18ee0a912fe1
Comment 5 Quality Engineering 2008-09-20 17:15:35 UTC
Integrated into 'main-golden', will be available in build *200809201401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/18ee0a912fe1
User: Quy Nguyen <quynguyen@netbeans.org>
Log: #147576 - Fix suspend on exception in Firefox JS debugger