Debugger Presets #17
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create a generic function to invoke a debugger.
Allow setting a debugger through config.
Try pudb by default, fall back to pdb.
Call this function at important junctions, enabled by keyword through config.
i.e. something like:
Figure out where we actually want this, (probably incomplete) list:
main
template.view
Template rendering would also be nice, but probably requires extra work due to AST-manipulation/compilation logic.