mirror of https://github.com/Icinga/icinga2.git
parent
2c135d82c1
commit
9830ea6ea7
|
@ -59,7 +59,7 @@ void ConsoleCommand::BreakpointHandler(ScriptFrame& frame, ScriptError *ex, cons
|
|||
if (ex && ex->IsHandledByDebugger())
|
||||
return;
|
||||
|
||||
std::cout << "Breakpoint encountered in '" << di.Path << "' at " << di << "\n";
|
||||
std::cout << "Breakpoint encountered " << di << "\n";
|
||||
|
||||
if (ex) {
|
||||
std::cout << "Exception: " << DiagnosticInformation(*ex);
|
||||
|
|
Loading…
Reference in New Issue