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 236188 - File has been modified, but no changes in Breakpoints tab
Summary: File has been modified, but no changes in Breakpoints tab
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.4
Hardware: PC Solaris
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-20 12:42 UTC by soldatov
Modified: 2015-03-19 09:28 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 soldatov 2013-09-20 12:42:42 UTC
I can't reproduce this bug if I use full IDE (CND+Java plugins). But if I use IDE with C/C++ plug-in only, then I see this failure.

Scenario:
- Create Welcome project
- Push Step into
- Set line breakpoints at lines 38th and 39th
- Select Breakpoints tab
- Call context menu on "welcome.cc:38" and select Disable
- Press Finish Debugger Session button on toolbar
- Push Window|Debugging|Breakpoints menu item
- Move cursor at 36th line and press ENTER
- Save file
- Check Breakpoints tab
===> no changes in Breakpoints tab

Expected value:
welcome.cc:39
welcome.cc:40

Real value:
welcome.cc:38
welcome.cc:39
Comment 1 soldatov 2015-03-19 09:28:49 UTC
Now I can't reproduce this bug.