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 169411 - dbx is default debugger for GCC
Summary: dbx is default debugger for GCC
Status: VERIFIED FIXED
Alias: None
Product: third-party
Classification: Unclassified
Component: DBX-Gui (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks: 159444 159445
  Show dependency tree
 
Reported: 2009-07-29 08:08 UTC by soldatov
Modified: 2009-10-05 15:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (68.84 KB, text/plain)
2009-07-29 08:08 UTC, soldatov
Details
screenshot (68.84 KB, image/png)
2009-07-29 08:09 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2009-07-29 08:08:14 UTC
I can't reproduce on other machines. But on 1 of computers dbx is default debugger for GCC.
Comment 1 soldatov 2009-07-29 08:08:51 UTC
Created attachment 85397 [details]
screenshot
Comment 2 soldatov 2009-07-29 08:09:19 UTC
Created attachment 85398 [details]
screenshot
Comment 3 Egor Ushakov 2009-07-29 10:02:40 UTC
there is no gmake or make of gdb in /usr/local/bin,
so we try to find make and debugger tools in other installed toolchains (Sun Studio),
that's why we end up with dbx and dmake.
Comment 4 Egor Ushakov 2009-07-29 10:08:43 UTC
for gnu we now need to set that we accept only gnu debuggers (family GNU),
but that does not work because we do not check current toolchain in autoComplete toolchain...
Comment 5 Thomas Preisler 2009-07-29 18:13:42 UTC
but choosing dbx is incorrect. The debugger front-end  (GdbLite) knows only how to deal with gdb and not (yet) with dbx. Choosing dbx doesn't yet make any 
sense. Dbx should be removed from toolchain until there is truly support for it.
Comment 6 Thomas Preisler 2009-07-30 23:19:15 UTC
There is no debugging now with SunStudio toolchain. The debugger simply doesn't start. This is a major regression and should be fixed asap, hence the p1 
priority.
Comment 7 Egor Ushakov 2009-07-31 11:10:30 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/075ac1dabde4
Comment 8 soldatov 2009-08-03 13:26:53 UTC
verified in 6.8M1
Comment 9 Vladimir Voskresensky 2009-10-05 13:34:28 UTC
move dbx related issues into dbx-gui component