feynman/scripts/debugger.py

9 lines
248 B
Python
Raw Normal View History

2022-09-05 16:09:38 +01:00
import lldb
def __lldb_init_module(debugger, internal_dict):
# debugger.HandleCommand("command script add -f " + __name__ + ".GetBundleIdentifier bundle_id")
env = lldb.SBEnvironment()
env.Set("DISPLAY", ":1", True)
print("here")