mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
Print stack traces in debug output.
This commit is contained in:
@@ -38,6 +38,9 @@ def __lldb_init_module(debugger, internal_dict):
|
||||
|
||||
print('Will settrace in: %s' % (frame,))
|
||||
|
||||
for f in thread:
|
||||
print(f)
|
||||
|
||||
res = frame.EvaluateExpression("(int) SetSysTraceFunc(%s, %s)" % (
|
||||
show_debug_info, is_debug), options)
|
||||
error = res.GetError()
|
||||
|
||||
Reference in New Issue
Block a user