clayborg added a comment. "postRunCommands" might be clearer as "firstStopCommands"? Not sure, but I wanted to mention it.
================ Comment at: lldb/tools/lldb-vscode/package.json:166 + "type": "array", + "description": "Commands executed just as soon as the program is correctly launched. The program is in a stopped state when these commands run.", + "default": [] ---------------- ================ Comment at: lldb/tools/lldb-vscode/package.json:247 + "type": "array", + "description": "Commands executed as soon as the program is correctly attached to. The program is in a stopped state when these commands run.", + "default": [] ---------------- Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D100340/new/ https://reviews.llvm.org/D100340 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits