Skip to content

Exports the most popular language debugger incantations to make it easier when working with js and other languages at the same time, supported languages: python, ruby.

Notifications You must be signed in to change notification settings

albertein/polygger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

polygger

polygger is package that installs the most common debugger incantations from different languages into your project, so it becomes easier to work on full stack applications involving multiple projects.

Using it

To start using just require the file, once you do that magic stuff will happen and all debugging incantations available will be installed.

require('polygger');
binding.pry; // This will launch the debugger
pdb.set_trace(); // This will too

About

Exports the most popular language debugger incantations to make it easier when working with js and other languages at the same time, supported languages: python, ruby.

Resources

Stars

Watchers

Forks

Packages

No packages published