最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

adb - How do we set breakpoints in before execution vscode? - Stack Overflow

programmeradmin0浏览0评论

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

发布评论

评论列表(0)

  1. 暂无评论