-
Notifications
You must be signed in to change notification settings - Fork 4
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
Inline hints and line marker gone #35
Comments
…akpoints without debug symbols see 31i73/atom-dbg#35 ?
It might simply be your executable was not compiled with debug symbols, in which case it won't be able to track that stuff. If you look at the callstack in the topright and there aren't filenames or line numbers for your sourcefiles then this is the case. I've improved the error reporting, so that if you try using breakpoints and this is the case it will now let you know. If this is all it is then you'll need to make sure your executable is compiled with debug symbols included, then you should be good. If not and you're still having problems could you enable Log to developer console in |
I have compiled my C-Application with Log (newest DGB): atom-console.log |
Doesn't work for me too, the panels work, but the file doesn't display anything |
Doesn't work for me, when the programe has more source code files. |
Atom: 1.21.2 x64
Electron: 1.6.15
OS: Arch Linux
dbg: 1.6.2
There are no hints if I debug step by step and I do not see which line I am currently in.
The text was updated successfully, but these errors were encountered: