Skip to main content

GDB-like Python Debugger in the Trepan family

Project description

Abstract

A gdb-like debugger for Python 3.

This code assumes Python of 3.2 and up. It is port of pydbgr. Use pydbgr for Python 2.4 to 2.7 and pydb for before Python 2.4.

A command-line interface (CLI) is provided.

See the Tutorial: <http://code.google.com/p/pydbgr/wiki/Tutorial for how to use.

Features

There’s a lot of cool stuff here that’s not in pydb or the stock Python debugger pdb.

Source-code Syntax Colorization

Terminal source code is colorized and we make use of terminal bold and emphasized text in debugger output and help text. Of course, you can also turn this off.

Smart Eval

If you want to evaluate the current source line before it is run in the code, use eval. To evaluate text of a common fragment of line, such as the expression part of an if statement, you can do that with eval?. See the help for eval for more information.

Better stepping granularity

Sometimes you want small steps, and sometimes large stepping.

This fundamental issue is handled in a couple ways:

Step Granularity

There are now step event and next event commands with aliases to s+, s> and so on. The plus-suffixed commands force a different line on a subsequent stop, the dash-suffixed commands don’t. Suffixes >, <, and ! specify call, return and exception events respectively. And without a suffix you get the default; this is set by the set different command.

Event Filtering and Tracing

By default the debugger stops at every event: call, return, line, exception, c-call, c-exception. 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, that’s possible too. Or pick some combination.

In conjunction with handling all events by default, the event status is shown when stopped. The reason for stopping is also available via 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 uninteresting stops (such as at the same place you just were at). Also, stopping on function definitions probably also added to this tedium.

Because we’re really handling return events, we can show you the return value. (_pdb_ has an “undocumented” _retval_ command that doesn’t seem to work.)

Debugger Macros via Python Lambda expressions

In gdb, there is a macro debugger command to extend debugger commands. However Python has its own rich programming language so it seems silly to recreate the macro language that is in gdb. Simpler and more powerful is just to use Python here. A debugger macro here is just a lambda expression which returns a string or a list of strings. Each string returned should be a debugger command.

We also have _aliases_ for the extremely simple situation where you want to give an alias to an existing debugger command. But beware: some commands, like step inspect command suffixes and change their behavior accordingly.

We also envision a number of other ways to allow extension of this debugger either through additional modules, or user-supplied debugger command directories.

If what you were looking for in macros was more front-end control over the debugger, then consider using the experimental (and not finished) Bullwinkle protocol.

Byte-code Instruction Introspection

We do more in the way of looking at the byte codes 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. * 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. * 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 and Expressions

Commands that take integer arguments like up, list or disassemble allow you to use a Python expression which may include local or global variables that evaluates to an integer. This eliminates the need in gdb for special “dollar” debugger variables. (Note however because of _shlex_ parsing expressions can’t have embedded blanks.)

Egg Installable

Need I say more?

Modularity

The Debugger plays nice with other trace hooks. You can have several debugger objects.

Many of the things listed below doesn’t directly effect end-users, but it does eventually by way of more robust and featureful code. And keeping developers happy is a good thing.(TM)

  • 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.

  • I/O is it’s own layer. This simplifies interactive readline behavior from reading commands over a TCP socket.

  • 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.

  • There is an experimental Python-friendly interface for front-ends

  • more testable. Much more unit and functional tests. More of _pydb_’s integration test will eventually be added.

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.2.5.tar.gz (117.7 kB view details)

Uploaded Source

Built Distributions

trepan-0.2.5_01-py3.3.egg (474.2 kB view details)

Uploaded Source

trepan-0.2.5-py3.2.egg (467.6 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for trepan-0.2.5.tar.gz
Algorithm Hash digest
SHA256 e6dcde9acef4881809f4365a6848992762e1082e0c817d88d91b0bb330eb579d
MD5 1ba72e90e51bcb327cb077b5b0322df6
BLAKE2b-256 ef724f20ebc8040c73d5ad60229a6e926b7edb0eff451af48151ddc632b933f7

See more details on using hashes here.

Provenance

File details

Details for the file trepan-0.2.5_01-py3.3.egg.

File metadata

File hashes

Hashes for trepan-0.2.5_01-py3.3.egg
Algorithm Hash digest
SHA256 a3265f6cdc6758f3dc5ab2eebae499a1dc25a61a50e09082f286c11ede1d2e5e
MD5 d013f1b3b254c28881c07a342d29c26a
BLAKE2b-256 6d4391cf2ac38f721f0b010ab78a66f4c39efa92dc12aa718fd4d82ca5092c8e

See more details on using hashes here.

Provenance

File details

Details for the file trepan-0.2.5-py3.2.egg.

File metadata

  • Download URL: trepan-0.2.5-py3.2.egg
  • Upload date:
  • Size: 467.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for trepan-0.2.5-py3.2.egg
Algorithm Hash digest
SHA256 43160b3035e44b48bb4d3924d97550e9c1dbff3f3bef8e7447a6ad3823990737
MD5 5182ab28137eb756ae230b1719bafba0
BLAKE2b-256 68bbc0ab0157abfc80332c5d1190bf0a8cb6ed64929297400cc10d0a90031db0

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