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 251069 - IDE can't debug some project in latest builds
Summary: IDE can't debug some project in latest builds
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: PC Solaris
: P2 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-10 14:25 UTC by soldatov
Modified: 2015-03-13 03:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test project (20.00 KB, application/x-tar)
2015-03-10 14:25 UTC, soldatov
Details
gdb log (10.66 KB, text/plain)
2015-03-10 14:26 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2015-03-10 14:25:41 UTC
Created attachment 152532 [details]
test project

Scenario:
- Open project in NetBeans 8.0, Build, Push Step Into
==> ok
- Open project in NetBeans IDE Dev (Build 201503100001), Build, Push Step Into
==> "No symbol table is loaded.  Use the \"file\" command." message appears
Comment 1 soldatov 2015-03-10 14:26:17 UTC
Created attachment 152533 [details]
gdb log
Comment 2 soldatov 2015-03-10 14:46:56 UTC
Other test scenario:
- Create C/C++ Application
- Set Run|Run Directory = .. in Project Properties window
- Push Step Into
==> "No symbol table is loaded.  Use the \"file\" command." message appears

WORKAROUND: add full path to executable into Symbol File field
Comment 3 henk89 2015-03-12 10:58:19 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/a459d48725b5
Comment 4 Quality Engineering 2015-03-13 03:14:37 UTC
Integrated into 'main-silver', will be available in build *201503130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a459d48725b5
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #251069 - IDE can't debug some project in latest builds
Fixed #