]> git.lizzy.rs Git - rust.git/blobdiff - src/etc/lldb_batchmode.py
Auto merge of #80746 - ehuss:update-cargo, r=ehuss
[rust.git] / src / etc / lldb_batchmode.py
index 629c8e04ec533b0fc66f923b63794080c0dbc966..fc355c87b52a2f00ae12d3ce7e206e099f024215 100644 (file)
@@ -28,7 +28,7 @@ except ModuleNotFoundError:
     import _thread as thread
 
 # Set this to True for additional output
-DEBUG_OUTPUT = False
+DEBUG_OUTPUT = True
 
 
 def print_debug(s):
@@ -102,7 +102,7 @@ def execute_command(command_interpreter, command):
                     registered_breakpoints.add(breakpoint_id)
                 else:
                     print("Error while trying to register breakpoint callback, id = " +
-                          str(breakpoint_id))
+                          str(breakpoint_id) + ", message = " + str(res.GetError()))
     else:
         print(res.GetError())