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

Summary: Debugger stops at wrong line number for break points.
Product: cnd Reporter: binubabu
Component: DebuggerAssignee: henk89
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P2    
Version: 8.0.2   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: Makefile for the project.

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.