Any debugger that single step a thread while the others are running?
|> Has anyone looked into the possibility of doing a MT debugger |> that will allow you to single step a thread while the others |> are running? This will probably require a debugger that attaches |> a debugger thread to each thread… A: This was the topic of my master’s thesis. You might check: http://plg.uwaterloo.ca/~mkarsten and follow the link to the abstract or the full version. Martin =================================TOP================= We have used breakpoint debugging to debug threads programs. We have implemented a debugger that enables the user to write scripts to debug programs (not limited to threads programs). This is made possible by a Tcl interface atop gdb and hooks in gdb, that exports some basic debugger internals to the user domain. Thus allowing the user to essentially write his own Application Specific debugger. Please see the following web page for more info on the debugger http://www.eecs.ukans.edu/~halbhavi/debugger.html or http://www.tisl.ukans.edu/~halbhavi
Related Questions
- Suppose I have report which is running for about 3 minutes typically. What is the first step you take to improve the performance of the query?
- What common thread though do you see running through bands like Joy Division, Sisters of Mercy and Pantera?
- Any debugger that single step a thread while the others are running?