wiki:vimspector_configs
This is an old revision of the document!
Table of Contents
vimspector configs
Below should be in .vimspector.json file in project directory
Python
{ "configurations": { "run: Launch": { "adapter": "debugpy", "filetypes": [ "python" ], "configuration": { "name": "<name>: Launch", "type": "python", "request": "launch", "cwd": "${workspaceRoot}", "python": "/usr/bin/python", "stopOnEntry": true, "console": "externalTerminal", "debugOptions": [""], "args" : ["-p app -a android"], "program": "${file}" } }, "bbbbb: Launch": { "adapter": "debugpy", "filetypes": [ "python" ], "configuration": { "name": "<name>: Launch", "type": "python", "request": "launch", "cwd": "${workspaceRoot}", "python": "/usr/bin/python", "stopOnEntry": true, "console": "externalTerminal", "debugOptions": [""], "args" : ["-p app -a android"], "program": "${file}" } } } }
Tested on
See also
References
wiki/vimspector_configs.1692787411.txt.gz · Last modified: 2023/08/23 10:43 by antisa