diff options
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp')
-rw-r--r-- | lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp b/lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp index 67f8ad1c409..2cbd85bfa11 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp +++ b/lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp @@ -146,7 +146,6 @@ PythonExceptionState::Format() const } else { - __debugbreak(); // Otherwise, append some information about why we were unable to // obtain the backtrace. PythonString bt_error = bt_error_state.GetValue().Str(); @@ -158,7 +157,6 @@ PythonExceptionState::Format() const std::string PythonExceptionState::ReadBacktrace() const { - __debugbreak(); std::string retval("backtrace unavailable"); auto traceback_module = PythonModule::ImportModule("traceback"); |