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 258592 - Debug point insertion fails on certain new files
Summary: Debug point insertion fails on certain new files
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-30 15:47 UTC by defned
Modified: 2016-06-18 03:11 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 defned 2016-03-30 15:47:17 UTC
[ BUILD # : 201510222201 ]
[ JDK VERSION : 1.8.0_60-b27 ]

STEPS:
   * In a project rename in Project window a .cc and a .hpp files to another name, for instance a.cc->b.cc and a.hpp->b.hpp
   * Create new files with the old name a.cc and a.hpp
   * Try to insert break point in file a.cc but the break points are inserted into the new b.cc

ACTUAL:
   * Breakpoints cannot be inserted to the desired place

EXPECTED:
   * Breakpoints can be inserted to the desired place
Comment 1 henk89 2016-06-15 17:59:29 UTC
Fixed in:http://hg.netbeans.org/cnd-main/rev/b867037628a8
Comment 2 Quality Engineering 2016-06-18 03:11:05 UTC
Integrated into 'main-silver', will be available in build *201606180002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b867037628a8
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #258592 - Debug point insertion fails on certain new files