User Tools

Site Tools


wiki:vimspector_configs

This is an old revision of the document!


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 12:43 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki