Create a debugging suite #60
Loading…
x
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?
Debugging gets extremely hard, especially when using nested features of the library. Traceback ends up being nothing but question marks all linking the the base runner functions.
This will be included in a future release.
Setting
debug=truein multi settings on init, will include extra info on all objects which multi.error will capture and display when an error happens. Just need to ensure performance isn't impacted.