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 147475 - Debugger does not stop on breakpoints when multiple sessions are running
Summary: Debugger does not stop on breakpoints when multiple sessions are running
Status: RESOLVED DUPLICATE of bug 147292
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ deva
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-17 12:54 UTC by Martin Schovanek
Modified: 2008-09-17 17:37 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 Martin Schovanek 2008-09-17 12:54:36 UTC
[#200809170201, jdk1.5.0, JRuby + Rails + GF V3]

to reproduce:
-------------
1) have Ruby on rails project
2) enable Client side JavaScript debugging
3) disable Serve side deugging
4) right click the project node and choose Debug
5) set a BP in the R/O .html page
6) reload the page in browser
NOTE: debugger stops on the BP
7) [F5] continue
8) right click the project node and choose Debug again
NOTE: user forgotten to stop the previous session
ERROR: debugger does not stop on breakpoints any more, you have to finish debugger session and start with fresh one

IMHO IDE should finish the previous debugger session when user starts new one or does not allow to start new session
before user finish the first.
Comment 1 Quy Nguyen 2008-09-17 17:37:09 UTC

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