mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05:47 +02:00
Do not log the exceptions thrown by the breakpoint setting methods.
This commit is contained in:
parent
761289ef25
commit
587449004b
1 changed files with 1 additions and 1 deletions
|
@ -712,7 +712,7 @@ public class CDebugTarget extends CDebugElement
|
||||||
}
|
}
|
||||||
catch( DebugException e )
|
catch( DebugException e )
|
||||||
{
|
{
|
||||||
CDebugCorePlugin.log( e );
|
// CDebugCorePlugin.log( e );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue