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 216580 - Other breakpoints hidden when debugging JavaScript
Summary: Other breakpoints hidden when debugging JavaScript
Status: VERIFIED WONTFIX
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@javascript
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-09 09:52 UTC by Jiri Skrivanek
Modified: 2012-08-17 06:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Sample project. (4.87 KB, application/octet-stream)
2012-08-09 09:52 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-08-09 09:52:43 UTC
Created attachment 122912 [details]
Sample project.

Breakpoints of other types are hidden when JavaScript debugging session is in progress. To reproduce:

- open attached project
- toggle breakpoint somewhere in init() function
- run html file and wait until it stops at breakpoint
- open Windows|Debugging|Breakpoints
- create new java application
- toggle breakpoint at main method but it doesn't appear in Breakpoints view
- close browser to finish session and java breakpoint appears in Breakpoints

Product Version: NetBeans IDE Dev (Build EaselCSS-463-on-20120809)
Java: 1.7.0_06; Java HotSpot(TM) 64-Bit Server VM 23.2-b09
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Martin Entlicher 2012-08-16 14:38:08 UTC
This is as designed - see issue #72560.