mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Fixed typo.
This commit is contained in:
parent
d25d3e05c5
commit
62f7c9e90c
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ public class CDebugModel
|
|||
|
||||
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
|
||||
{
|
||||
target.setInternalTemporaryBreakpoint( location );
|
||||
|
|
Loading…
Add table
Reference in a new issue