mono / sdb

A command line client for the Mono soft debugger.
https://www.mono-project.com
MIT License
116 stars 44 forks source link

Suspending after having stepped thru code does not work well #18

Open borgdylan opened 10 years ago

borgdylan commented 10 years ago

I was trying to set a break point after having stepped thru code. I used Ctrl-c. SDB told me teh process was supsended but did not give the usual prompt. Pressing Ctrl-C again gives a warning and the prompt. However any command i type in does not get executed by SDB.

alexrp commented 9 years ago

So just to be clear, when you first pressed Ctrl-C, the process was already suspended? And pressing it put SDB into a bad state?

If so, I've seen that bug before, just haven't looked into it yet.

borgdylan commented 9 years ago

When I pressed Ctrl-C the process was at a breakpoint.

alexrp commented 9 years ago

Hmm, I'm trying to repro this and I'm not having much luck.

Could you give me a test program and an exact set of steps to get SDB into this bad state?