feynman/scripts/debugger.py

9 lines
248 B
Python

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")