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 256347 - Debugger stops at wrong line number for break points.
Summary: Debugger stops at wrong line number for break points.
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7 x64
: P2 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-04 04:47 UTC by binubabu
Modified: 2016-01-18 15:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Makefile for the project. (6.62 KB, application/octet-stream)
2015-11-04 04:47 UTC, binubabu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description binubabu 2015-11-04 04:47:56 UTC
Created attachment 157134 [details]
Makefile for the project.

I am running an open source project in Netbeans 8.0.2, to learn the working i just used some break points but it is not working.  

What i have done is created a new project and added all the source files as existing item.
 Here i saw different duplicates similar to this but all those fixes does not work for me.

 Please check my Makefile attached with this. 
 
I am just a beginner in Netbeans IDE, if anyone can help me on this will be much appreciated.
Comment 1 binubabu 2015-11-04 06:15:17 UTC
Left to add that the project actually created on a remote Ubuntu machine, and am working remotely on Windows 7.
Comment 2 henk89 2015-12-11 13:53:19 UTC
Could you check if your source code and your binary are consistent or not? The best way is to start a debugging session in GDB on the remote machine (w/o NetBeans).

Also I'd like to obtain a gdb log from your machine. http://wiki.netbeans.org/GdbLog shows where to get it.