31i73 / atom-dbg

An Atom package - An interactive debugger frontend
https://atom.io/packages/dbg
MIT License
30 stars 4 forks source link

Impossible de set breakpoints #43

Open benoitgoyet opened 5 years ago

benoitgoyet commented 5 years ago

Hi,

I have to face 2 big problems. When I try to debug a file, nothing occurs in the output panel (except one line : "New Thread 0x### of process" screenshot is joined. I can't do anything. But I'm sure the source file is correct and I can use gdb directly from the terminal.

capture d ecran 2018-10-09 a 13 47 40

Moreover, I can't add any breakpoints. As soon as I try, there is a message like this :

capture d ecran 2018-10-09 a 13 50 51

Thanks by advance for you help!