Skip to main content

Modular Python Debugger

Project description

[![Build Status](https://travis-ci.org/rocky/python2-trepan.svg?branch=master)](https://travis-ci.org/rocky/python2-trepan)

This is a rewrite of the Python debugger, [pydb](http://bashdb.sf.net/pydb), itself a derivative of the stock Python debugger *pdb*.

This code makes assumes Python in the version range of 2.5 up to and
not including 3K. Use *pydb* for Python 2.5 and earlier.

Some of the core routines include handling code stepping, implementing
breakpoints (setting/removing them and checking whether one has
occurred), and registering/unregistering a code to be debugged. The
intention is that IDE frameworks like Eclipse, Aptana or Netbeans and
alternative Python implementation should be able to use pieces of the
debugger as they see fit.

The command API portion of the debugger is largely modeled on the
GNU *gdb* model. A command-line interface (CLI) is provided as well
as code for remote debugging

There's a lot of cool stuff here that's not in *pydb*.

* Syntax colorization of source code and use of terminal highlighting

Of course, this can be turned off.
* out-of-process debugging.

You can now debug your program in a different process or even a different computer on a different network
* Better stepping granularity.

Sometimes you want small steps, and sometimes large stepping. This fundamental issue is handled in a couple ways:
- _step+_, _step-_, _next+_, _next_ commands. These force
stepping/nexting to a different line. _set different_ does this globally.
- _step>_, _step<_, _step!_, _next>_, etc. sets the next step event to be something other than a "line" event; Other events include such as a "call", "return", and "exception".
- one can filter by a filter set. If you just want to stop at line events (which is largely what you happens in *pdb*) you can. If however you just want to stop at calls and returns, and exceptions you can. Or pick some combination.
- _set skip_. Ths cause statements I think you usually want to skip over such as function and class definition statement. This is turned on by default, but if you do want to stop here and get the full story you can.
* In conjunction with handling *all* events by default, the event status is shown when stopped.

The reason for stopping is also available via debugger command _info program_.
* event tracing of calls and returns.

I'm not sure why this was not done before. Probably because of the lack of the ability to set and move by different granularities, tracing calls and returns lead to too many unintersting stops (such as at the same place you just were at). Also, stopping on function definitions probably also added to this tedium.

Because we are really handling return events, we can show you the
return value. (pdb has an undocumented *retval* command that in fact
doesn't work.)

* We do more in the way of looking at the bytecodes to give better information.

Through this we can provide:
- a *skip* command. It is like the *jump* command, but you don't have to deal with line numbers. Sorry, no *hop* command yet.
- disassembly of code fragments. You can now disassemble relative to the stack frames you are currently stopped at.
- Better interpretation of where you are when inside *execfile* or exec. (But really though this is probably a Python compiler misfeature.)
- Check that breakpoints are set only where they make sense (via magic in the Python package [coverage](http://nedbatchelder.com/code/coverage/).)
- A more accurate determination of if you are at a function-defining *def* statement (because the caller instruction contains `MAKE_FUNCTION`.)

* Debugger command arguments can be variables

Commands that take integer arguments like *up*, *list*, or *disassemble* allow you to use a Python expression including local or global variables that evaluates to an integer.

* egg installable.
* Debugger plays nice with other trace hooks.
You can have several debugger objects.
* These don't directly effect end-users, but if you are developing the code they do. And keeping developers happy is a good thing. TM

- more modulular.

1. Commands and subcommands are individual classes now, not methods in a class.
This means they now have properties like the context in which they can be run, minimum abbreviation name or alias names. To add a new command you basically add a file in a directory.
1. I/O is it's own layer.
This simplifies interactive readline behavior from reading commands over a TCP socket.
1. An interface is it's own layer.
Local debugging, remote debugging, running debugger commands from a file ("source") are different interfaces. This means, for example, that we are able to give better error reporting if a debugger command file has an error.
1. more testable.
Much more unit and functional tests. More of *pydb*'s integration test will eventually be added.

Of course, I think *pydb* has a number of cool things that are not in
the stock Python debugger, *pdb*. See the [pydb feature list](http://bashdb.sourceforge.net/pydb/features.html) for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trepan-0.3.8.tar.gz (174.4 kB view details)

Uploaded Source

Built Distributions

trepan-0.3.8-py2.7.egg (527.4 kB view details)

Uploaded Source

trepan-0.3.8-py2.6.egg (528.9 kB view details)

Uploaded Source

File details

Details for the file trepan-0.3.8.tar.gz.

File metadata

  • Download URL: trepan-0.3.8.tar.gz
  • Upload date:
  • Size: 174.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for trepan-0.3.8.tar.gz
Algorithm Hash digest
SHA256 abee2e22bc4de362b6bfe478bc98f5d95cae7d66bea4aa903fc8af8c4884d7d5
MD5 fc7789d4019a480c2406db0eddac2614
BLAKE2b-256 e14280d754a895ef77da2543f946efa9a81ba7074e2ddba3a2f09dd758a15d2c

See more details on using hashes here.

Provenance

File details

Details for the file trepan-0.3.8-py2.7.egg.

File metadata

  • Download URL: trepan-0.3.8-py2.7.egg
  • Upload date:
  • Size: 527.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for trepan-0.3.8-py2.7.egg
Algorithm Hash digest
SHA256 9c06ad7bc16769d23c4c13aa8aa7609210fb548f4268d1000a10bf75eb1f3731
MD5 654402f2fd76001ff8f337fd741b5d14
BLAKE2b-256 2c212c111c280b8b16d4f0a1eec7784d531610e0c91eb6f95e3d103dcd1c90a6

See more details on using hashes here.

Provenance

File details

Details for the file trepan-0.3.8-py2.6.egg.

File metadata

  • Download URL: trepan-0.3.8-py2.6.egg
  • Upload date:
  • Size: 528.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for trepan-0.3.8-py2.6.egg
Algorithm Hash digest
SHA256 1f3397702c47f4e12b687873817ef0abd1f9214b9045d3f90b78ec8c425a3b1f
MD5 8ae8c05c771880eeab23d0110d651421
BLAKE2b-256 50f5d6b540c4bf460d1cc991f00e0795aee881faa656ae104e0eb465f444b6d7

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page