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 140337 - Breakpoints in comments stop project
Summary: Breakpoints in comments stop project
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-16 15:51 UTC by avp
Modified: 2016-07-06 14:38 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 avp 2008-07-16 15:51:04 UTC
When I set bp in code and then comment this code I think this breakpoint must be disabled, but debugger stop on first
uncommented line after comments. I think this is not right behavior.
NB: dev build
Linux
Comment 1 Egor Ushakov 2008-08-04 16:55:47 UTC
Unfortunately gdb does not report that the line with a breakpoint can not be executed.