Giter Club home page Giter Club logo

pudb.vim's People

Contributors

skyleach avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pudb.vim's Issues

using with anaconda, no module named pudb when vimdiff

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 got

Error detected while processing function <SNR>108_SetInitialBreakpoints:                                                                                                                                           
line   26:                                                                                                                                                                                                         
Traceback (most recent call last):                                                                                                                                                                                 
  File "<string>", line 2, in <module>                                                                                                                                                                             
"....py" 254L, 9926C                                                                                                      
Traceback (most recent call last):                                                                                                                                                                                 
  File "<string>", line 2, in <module>                                                                                                                                                                             
ModuleNotFoundError: No module named 'pudb'                                                                                                                                                                        
Press ENTER or type command to continue            

Can't use this plugin

I use iterm2 I add this plugin into vundle in neovim.
But command not show in command mode?
I can't use it.

Colorscheme

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

Cannot access external terminal

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 me the external terminal with all of the stdout values etc, but instead it redirects the focus to the internal terminal. I have no way (that I can tell) of accessing the external terminal.

Is it possible to access the external terminal?

no command found in neovim

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 be installed, but when i restart tmux and neovim, there is no command like PUDBTOGGLE, i did not yet make other configurations, is there something i must do before the command will show?

PUDBLaunchDebuggerTab with command line arguments

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, so having the flexibility to adapt the command-line args would be great

Apparent race condition with autocmd and CLI arguments

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 is python, 2.) the file has breakpoints registered with pudb.

example: nvim ./test/test_templates.py

results :messages

"test/test_templates.py" 136L, 3937C Error detected while processing function remote#define#request:
line    2:
no request handler registered for "/Users/magregor/src/pudb.vim/rplugin/python3/vim_pudb.py:autocmd:BufReadPost:*.py"

This error doesn't prevent the plugin from working after the first load.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.