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 147390 - Setting breakpoint condition causes NPE
Summary: Setting breakpoint condition causes NPE
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ deva
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-16 15:32 UTC by Mikhail Matveev
Modified: 2008-10-01 19:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (5.59 KB, text/plain)
2008-09-16 15:33 UTC, Mikhail Matveev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Matveev 2008-09-16 15:32:36 UTC
1. Create a simple JavaScript in PHP 
2. Run the debugger. 
3. When r/o HTML content is generated, set a breakpoint.
4. Invoke the breakpoint properties, set a condition and press OK.
Result: NPE comes.
Comment 1 Mikhail Matveev 2008-09-16 15:33:15 UTC
Created attachment 69955 [details]
Stack trace
Comment 2 _ deva 2008-09-20 22:07:05 UTC
It is fixed now
Comment 3 Mikhail Matveev 2008-10-01 19:37:28 UTC
Verified