31i73 / atom-dbg-gdb

An Atom package - A GDB debugger
https://atom.io/packages/dbg-gdb
MIT License
16 stars 10 forks source link

Breakpoints not used by gdb #39

Closed VEZY closed 6 years ago

VEZY commented 6 years ago

Hello, when I run the debugger, it runs the executable with no problem, but it doesn't stop at breakpoints. I tested several number of breakpoints, in different source files, but the program continue like nothing. I am developing in FORTRAN on a windows 10 machine with gdb installed using to MinGW.

Thanks for your help.