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 - can't debug unit tests
Summary: can't debug unit tests
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-19 07:47 UTC by soldatov
Modified: 2012-12-21 02:34 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 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