I am using Eclipse IDE for C/C++ Developers and want to debug my C-code but the debugger ignores all breakpoints. This also happens when I put a break point in the very first line of the program so there must be something that is not properly set up.
I saw that many other people have a similar/same issue which could be fixed by updating JDK to 1.6 for example. But I have 1.8.0_161 which so that can't be the issue I suppose.
What else can I try or should I look at?
- Windows 7
- java version "1.8.0_161"
- Eclipse IDE for C/C++ Developers, Version: Oxygen.2 Release (4.7.2)
Edit: Compiling and running a program works fine (i.e. the output is as I expect).
Edit 2: Here is the output from the "Debugger Console" (only thing I changed is the "..." part in the path for confidential reasons):
GNU gdb (GDB) 7.6.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "mingw32".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
No source file named \\\\...\\MyPapers\\Electricity\\Implementation\\PowerLineRouting\\src\\PowerLineRouting.c.
No source file named \\\\...\\MyPapers\\Electricity\\Implementation\\PowerLineRouting\\src\\PowerLineRouting.c.
[New Thread 11104.0x2440]
The file "PowerLineRouting.c" exists at the location on that path on my computer however (when I use the Windows Explorer).
Thanks for any input!