Skip to content

AlexandreZani/vim_rpdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Clone the rpdb repo:

    git clone https://github.com/AlexandreZani/rpdb.git

  2. Clone the vim_rpdb repo:

    git clone https://github.com/AlexandreZani/vim_rpdb.git

  3. Copy vim_rpdb/plugin/python_rpdb.vim into ~/.vim/plugin and vim_rpdb/python into ~/.vim/

  4. Start the sample program:

    cd rpdb ./factor.py listening

  5. Start vim:

    vim

  6. Start the debugging session:

    :RpdbStart
    
  7. Step through the sample program:

    :RpdbStep
    
  8. Let the program finish:

    :RpdbContinue
    
  9. See the beautiful crash.

  10. Contibute bug reports, bug fixes, documentation, features and cookies...

About

A vim plugin which talks with rpdb (Remote Python Debugger)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published