jaredly / vim-debug

A plugin for VIM that creates an Integrated Debugging Environment :) Currently works with PHP and Python
http://jaredforsyth.com/projects/vim-debug
MIT License
284 stars 28 forks source link

Add support for passing arguments to the Python script #34

Open Liguo-AdGo opened 7 years ago

Liguo-AdGo commented 7 years ago

Only tested with :Dbg . arg1 arg2 arg2

Not sure whether the situation applies to the other method of invoking the script.

Thanks for the nice job and it is a lifesaver for me.