1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56: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 // Temporary
if ( stopInMain ) if ( stopInMain )
{ {
ICDILocation location = cdiTarget.getSession().getSourceManager().createLocation( "", "main", 0 ); ICDILocation location = cdiTarget.getSession().getBreakpointManager().createLocation( "", "main", 0 );
try try
{ {
ICDIBreakpoint bkpt = cdiTarget.getSession().getBreakpointManager(). ICDIBreakpoint bkpt = cdiTarget.getSession().getBreakpointManager().