mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
Suspend the inferior before selecting the thread.
This commit is contained in:
parent
35d67a4b7e
commit
9b6c9a6f45
1 changed files with 1 additions and 1 deletions
|
@ -312,8 +312,8 @@ public class Thread extends CObject implements ICDIThread {
|
|||
* @see org.eclipse.cdt.debug.core.cdi.model.ICDIThread#suspend()
|
||||
*/
|
||||
public void suspend() throws CDIException {
|
||||
getTarget().setCurrentThread(this);
|
||||
getTarget().suspend();
|
||||
getTarget().setCurrentThread(this);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue