-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugger starts but immediately closes with Fortran code #20
Comments
It wounds like your program may just be running and then finishing quickly? dbg-gdb doesn't pause on start, so you will need to add breakpoints (click in the gutter) if you want to interrupt it (and it's not interrupted by an error of some sort) |
I'm pretty sure I had a break point set (as indicated by a red dot in the gutter). Now however, output-panel fails to activate upon starting atom, see 31i73/atom-output-panel#5 |
Same here for me. I'm using MinGW on windows and it closes immediately, even when I set breakpoints in the gutter (multiple breakpoints). |
It is probably caused because you did not compile your source code properly. Hope this helps anyone sumbling upon this issue. |
@Dewke thank you so much for your comment. I had the same problem @DamSenViet said and solved by adding "-g" option @Dewke said. |
When trying to debug some Fortran code, the GUI panels open and immediately close when I try to start a debugging session. I've confirmed that gdb is working properly with the project by running from the command line.
The text was updated successfully, but these errors were encountered: