Last active
December 10, 2019 08:27
-
-
Save tahaconfiant/cc72152cbba1a9957467bca3b0e6a4c1 to your computer and use it in GitHub Desktop.
lldb_init_module
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def __lldb_init_module(debugger, internal_dict): | |
debugger.HandleCommand('command script add -f bundlore_python_dump.custom_breakpoints bundlore_python_dump') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment