forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area-debuggingfeature-requestRequest for new features or functionalityRequest for new features or functionality
Description
Environment data
VS Code version: 1.19.2
Python Extension version: 0.9.1
Python Version: 2.7.1x
OS and version: Mac OSX 10.13.2
Request
Sometimes I want to run a command, that includes command line flags and parameters, quickly in a debugger and use vscode as the debugger. I usually use pdb, ipdb or pudb, but I would much rather use vscode to set breakpoints and the such. I would like to see a way to run an arbitrary command and debug the python program. As of now, I would have to modify the workspace settings to include flags or something like that.
Another example is having command line applications defined in setup.py that point to module entry points that I would like to be able to run easily with arguments in the debugger.
ihnorton and magic-k
Metadata
Metadata
Assignees
Labels
area-debuggingfeature-requestRequest for new features or functionalityRequest for new features or functionality