I can set breakpoints in .jdbrc
stop in com.android.Activity:1
stop at ky.c:1
VSCode doesn't respect .jdbrc configuration
{
{
"name": "Debug Mobile Application",
"type": "java",
"request": "attach",
"hostName": "localhost",
"projectName": "com.android.Activity",
"processId": 19832,
"port": "8700",
"sourcePaths": ["java"],
},
}
Is there anyway I could set those break points before the program runs at jdb -attach
in vscode