Skip to content

AlexandreZani/rpdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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
  4. Start the sample program:

    cd rpdb ./factor.py listening

  5. Start vim:

    vim

  6. Start the debugging session:

    :py start_debug_session()
  7. Step through the sample program:

    :py rpdb_step()
  8. Let the program finish:

    :py rpdb_continue()
  9. See the beautiful crash.
  10. Contibute bug reports, bug fixes, documentation, features and cookies...

About

Remote Python Debugger based on the standard library's bdb debugger framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages