mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Stop in main when restarting.
This commit is contained in:
parent
118c87d65c
commit
de190fac8a
1 changed files with 2 additions and 0 deletions
|
@ -873,6 +873,8 @@ public class CDebugTarget extends CDebugElement
|
|||
|
||||
try
|
||||
{
|
||||
ICDILocation location = getCDISession().getBreakpointManager().createLocation( "", "main", 0 );
|
||||
setInternalTemporaryBreakpoint( location );
|
||||
getCDITarget().restart();
|
||||
restarted();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue