1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 01:06:01 +02:00

Use the breakpointManager for createLocation()

This commit is contained in:
Alain Magloire 2002-08-30 04:54:00 +00:00
parent ffd67cbab2
commit d3b1b81ecd

View file

@ -108,7 +108,7 @@ public class CDebugModel
// Temporary
if ( stopInMain )
{
ICDILocation location = cdiTarget.getSession().getSourceManager().createLocation( "", "main", 0 );
ICDILocation location = cdiTarget.getSession().getBreakpointManager().createLocation( "", "main", 0 );
try
{
ICDIBreakpoint bkpt = cdiTarget.getSession().getBreakpointManager().