pudb.vim icon indicating copy to clipboard operation
pudb.vim copied to clipboard

Integrate the awesome PUDB debugger with NeoVim

Results 11 pudb.vim issues
Sort by recently updated
recently updated
newest added

Hi, I installed this plugin by adding the line `Plugin 'SkyLeach/pudb.vim'` to my .vimrc, where the plugin manager is vundle when I run PluginInstall in vundle, the pudb seems to...

bug

I am using vim 8, and anaconda with pudb installed, my settings are ``` let g:pudb_python='~/anaconda3/bin/python' let g:pudb_python_launcher='~/anaconda3/bin/python' let g:pudb_python_host_prog='~/anaconda3/bin/python' let g:pudb_python4_host_prog='~/anaconda3/bin/python' ``` when I run vimdiff file1, file2, i...

Fix issue#1 Fix error that PUDBStatus shows lineno * 10

Is it possible to extend the command to allow for command line arguments (argparse style) to be passed to the script being debugged? I'm jumping between running different files regularly,...

enhancement

The plugin works great, but there is one feature that I cannot seem to get to work. CTRL-X focuses the internal command line, which is great. But "?" should show...

question

I have vim 8.0 which is compiled without the terminal option, so I expect it to not work, but this error happens in InitializeBreakPoints every time vim loads a python...

bug

Colors don't match ones I'm using in nvim. Can I change them? As I saw in your gif you managed to do it somehow ![image](https://user-images.githubusercontent.com/40110937/46347818-89219780-c655-11e8-84c6-0502d2559e7d.png)

question

This way :PUDBStatus works

It seems when a file is passed to neovim as a CLI argument and all of these conditions are true there may be a problem with rplugins: 1.) the file...

bug
question