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 244630 - Remote GDB debugger does not work for makefile based project if source files are not placed in the project directory
Summary: Remote GDB debugger does not work for makefile based project if source files ...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: PC All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-21 15:06 UTC by Alexander Pepin
Modified: 2014-06-06 13:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
project tar file (30.00 KB, application/octet-stream)
2014-05-21 15:10 UTC, Alexander Pepin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2014-05-21 15:06:51 UTC
Steps to reproduce:
- create a makefile based project with the source files stored separately from the project directory (not in the project directory), e.g.
|
|\-project dir
 \-src dir
- add a remote build host using GNU tool collection
- do step into
Result: Debugging starts and shortly finishes.
Comment 1 Alexander Pepin 2014-05-21 15:10:43 UTC
Created attachment 147365 [details]
project tar file
Comment 2 Alexander Pepin 2014-05-21 15:33:28 UTC
To simplify test result analysis it would be nice to know the path to the debugger log file. Could you please implement such functionality by setting java system property e.g. "LAST_DEBUGGER_LOGFILE_PATH"=<path_to_debugger_log_file>.
Comment 3 henk89 2014-05-27 10:07:34 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/358025429e3e
Comment 4 Quality Engineering 2014-05-30 02:22:25 UTC
Integrated into 'main-silver', will be available in build *201405300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/358025429e3e
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #244630 - Remote GDB debugger does not work for makefile based project if source files are not placed in the project directory
Comment 5 Quality Engineering 2014-06-04 15:25:32 UTC
Integrated into 'releases/release80', will be available in build *201406041415* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/80b4cb81f072
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #244630 - Remote GDB debugger does not work for makefile based project if source files are not placed in the project directory
(transplanted from 358025429e3e8cda9a6e33ba5a0c4597ad183922)
Comment 6 soldatov 2014-06-06 13:46:09 UTC
verified in NetBeans IDE 8.0 patch2 (Build 201406041415)