mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +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
|
// 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().
|
||||||
|
|
Loading…
Add table
Reference in a new issue