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:
parent
ffd67cbab2
commit
d3b1b81ecd
1 changed files with 1 additions and 1 deletions
|
@ -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().
|
||||
|
|
Loading…
Add table
Reference in a new issue