alfredodeza / pytest.vim

Runs your UnitTests with py.test displaying red/green bars and errors
274 stars 40 forks source link

Consider allowing setting the debugger #52

Closed alok closed 6 years ago

alok commented 6 years ago

I'm sure many people use pudb or ipdb instead of regular pdb because it's not great.

alfredodeza commented 6 years ago

Can you explain a bit more what you are trying and how that isn't working? There is no specific support for pdb. I personally use ipdb and that works fine with pytest.vim

This is supported by using the "no capture" flag, like:

:Pytest method -s

Which will allow to drop to the debugger (regardless of your choice).

alfredodeza commented 6 years ago

Closing this as I believe it is a non-issue. Feel free to-reopen in case you are finding this is not working correctly. Thanks!