Skip to content

Instantly share code, notes, and snippets.

@lpcdma
Created November 6, 2019 06:46
Show Gist options
  • Save lpcdma/8d5fc4b85187acb48a634b08e620b22f to your computer and use it in GitHub Desktop.
Save lpcdma/8d5fc4b85187acb48a634b08e620b22f to your computer and use it in GitHub Desktop.
codelldb android
{
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "attach",
"name": "android_attach",
"pid": "13841",
"initCommands": [
"platform select remote-android",
"platform connect unix-abstract-connect:///data/local/tmp/debug.sock"
]
}
]
}
//adb shell /data/local/tmp/lldb-server platform --server --listen unix-abstract:///data/local/tmp/debug.sock
//set PYTHONPATH="/C/Python37/:/C/Python/Python37/DLLs:/C/Python37/Lib:/C/Python35/Lib/include"
//code .
//platform process attach -p
//br s -a [thumb + 1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment