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 269787 - Print gdb initialization to Debugger console
Summary: Print gdb initialization to Debugger console
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-10 07:59 UTC by ilia
Modified: 2017-02-10 10:42 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 ilia 2017-02-10 07:59:16 UTC
When I debug a project (pty) after I click Step Into I see only:

-----------------8<-----------------
This log is saved to: /tmp/gdb-cmds2251851636940572644.log
NB build: 201609300101
(gdb) 
-----------------8<-----------------

in Debugger Console.
It should be possible to print more verbose debugger initialization log (/tmp/gdb-cmds2251851636940572644.log) to give user a clue what happens. Which symbol table is loaded, which additional features were activated etc.
Comment 1 ilia 2017-02-10 10:42:01 UTC
WORKAROUND:

launch netbeans with flag: -J-Dcnd.gdb.trace.console