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 224010

Summary: can't debug unit tests
Product: cnd Reporter: soldatov <soldatov>
Component: DebuggerAssignee: henk89
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2012-12-19 07:47:57 UTC
Scenario:
- Create Quote
- Select cpu.cc node in Projects tab
- Call context menu and select "Create Test|New C++ Simple Test ..."
- Select 'GetType' and press Next and Finish
- Select 'Test Files|New C++ Simple Test' node and call context menu
- Select Test
==> ok
- Select 'Test Files|New C++ Simple Test' node and call context menu
- Select Step into Test
==> failure (debugger doesn't stop)
Comment 1 henk89 2012-12-20 09:22:08 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/9e0650b52f36
Comment 2 Quality Engineering 2012-12-21 02:34:47 UTC
Integrated into 'main-golden', will be available in build *201212210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9e0650b52f36
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #224010 - can't debug unit tests