31i73 / atom-dbg-gdb

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

-break-insert: Grabage following #40

Open AEdrian opened 6 years ago

AEdrian commented 6 years ago

Unable to debug this with GDB GDB said:

-break-insert: Garbage following

What should I do?

APassbyDreg commented 5 years ago

I've met the same problem...

bluecloudi commented 5 years ago

I've met the same problem...

bluecloudi commented 5 years ago

@37i73 Please come and fixed the problem.

parsashahzeidi commented 4 years ago

I've noticed this behaviour only happens when a break point is present, therefore removing all of the breakpoints acted as a workaround for me. Altho not having breakpoints defeats the whole purpose of a debugger.