Skip to content

Commit

Permalink
New debugger features!
Browse files Browse the repository at this point in the history
Python now allows chained exceptions, both from explicit "from"
chaining, and implicit exceptions from within exception handlers.

Now you can switch to the chained exceptions traceback to inspect it.
A command "subshell" is used for this.
Also enhanced some reporting commands. The whatis command shows more
information about an object.

Make better use of the new features of the inspect module.

TODO: better coroutine debugging.
  • Loading branch information
kdart committed Dec 26, 2018
1 parent 048ad11 commit 1b66631
Showing 1 changed file with 228 additions and 86 deletions.

0 comments on commit 1b66631

Please sign in to comment.