1
0
Fork 0
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:
Mikhail Khodjaiants 2002-09-19 15:59:30 +00:00
parent 118c87d65c
commit de190fac8a

View file

@ -873,6 +873,8 @@ public class CDebugTarget extends CDebugElement
try
{
ICDILocation location = getCDISession().getBreakpointManager().createLocation( "", "main", 0 );
setInternalTemporaryBreakpoint( location );
getCDITarget().restart();
restarted();
}