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

Do not log the exceptions thrown by the breakpoint setting methods.

This commit is contained in:
Mikhail Khodjaiants 2003-03-28 19:34:24 +00:00
parent 761289ef25
commit 587449004b

View file

@ -712,7 +712,7 @@ public class CDebugTarget extends CDebugElement
}
catch( DebugException e )
{
CDebugCorePlugin.log( e );
// CDebugCorePlugin.log( e );
}
}
}