1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Fixed typo.

This commit is contained in:
Mikhail Khodjaiants 2002-09-25 20:33:40 +00:00
parent d25d3e05c5
commit 62f7c9e90c

View file

@ -290,7 +290,7 @@ public class CDebugModel
private static void stopInMain( CDebugTarget target ) throws DebugException private static void stopInMain( CDebugTarget target ) throws DebugException
{ {
ICDILocation location = target.getCDISession().getBreakpointManager().createLocation( "", "xxxxmain", 0 ); ICDILocation location = target.getCDISession().getBreakpointManager().createLocation( "", "main", 0 );
try try
{ {
target.setInternalTemporaryBreakpoint( location ); target.setInternalTemporaryBreakpoint( location );