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 204420 - Debugger still not recognizing C breakpoints
Summary: Debugger still not recognizing C breakpoints
Status: RESOLVED DUPLICATE of bug 201670
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-31 00:26 UTC by nessup
Modified: 2011-11-01 10:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file (34.03 KB, text/plain)
2011-10-31 00:27 UTC, nessup
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nessup 2011-10-31 00:26:27 UTC
Product Version = NetBeans IDE 7.1 Beta (Build 201109252201)
Operating System = Windows 7 version 6.1 running on Intel core i7
Java; VM; Vendor = 1.7.0_01
Runtime = Java HotSpot(TM) 64-Bit Server VM 21.1-b02

Hi there,

I upgraded to the 7.1 beta to see if GDB breakpoints would function again. Unfortunately it appears that, at least for me, the 7.1 beta still does not have working breakpoint functionality. I've tried setting a breakpoint on something as simple as a hello world program with an infinite while () loop to no avail. I really am starting to take a liking to NB, but there's no way I can go about using this IDE seriously if breakpoints don't work.

For reference, I am working with the current version of Cygwin. GCC works fine with NB thus far.

Thanks,
--Dany.
Comment 1 nessup 2011-10-31 00:27:21 UTC
Created attachment 112577 [details]
Log file
Comment 2 Egor Ushakov 2011-10-31 09:11:24 UTC
fixed after beta

*** This bug has been marked as a duplicate of bug 201670 ***
Comment 3 nessup 2011-10-31 13:47:57 UTC
Hi Egor,

This issue is not resolved because it, for me, still occurs in the NB 7.1 beta.

Any help with the matter is greatly appreciated.

Thanks.
Comment 4 Egor Ushakov 2011-10-31 15:56:17 UTC
Hi Dany,

as I said, it looks like it was fixed after beta, to assure that please attach gdb console log (main menu/window/debugging/debugger console)
It should contain errors like "No source file named c."
Workaround for Beta is to start Netbeans with a flag:
netbeans.exe -J-Dgdb.breakpoints.shortpaths=true

Please write here if I'm correct
Comment 5 Egor Ushakov 2011-10-31 16:03:00 UTC
you can also try the latest developers build:
http://bits.netbeans.org/download/trunk/nightly/latest/

it should work there
Comment 6 Vladimir Voskresensky 2011-11-01 10:02:02 UTC
please, reopen if can reproduce in the latest dev build
Comment 7 Egor Ushakov 2011-11-01 10:08:25 UTC

*** This bug has been marked as a duplicate of bug 201670 ***