31i73 / atom-dbg

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

only the last breakpoint is set when starting a new session #36

Open doudou opened 6 years ago

doudou commented 6 years ago

I'm debugging a GTest binary, without arguments.

If I set a single breakpoint, start the debugging session and then set multiple breakpoints at runtime, everything works fine. The program stops on all the breakpoints I have set.

However, if I either:

Then, then only the last added breakpoint will be active. The other breakpoints are still visible in the breakpoint list, but GDB does not stop on them.