xpdb

Bug #933429 reported by Andreas Roehler
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-mode.el
Opinion
Medium
Andreas Roehler

Bug Description

http://www.emacswiki.org/emacs/ProgrammingWithPythonModeDotEl:

Integrating python-mode's pdbtrack with xpdb and making it aware of generator expressions

AlexCoventry

I have found the following settings helpful in using xpdb:

;; Let python-mode know about xpdb and generator expressions.
(setq py-pdbtrack-input-prompt "\n[(<]*x?pdb[>)]+ "
      py-pdbtrack-stack-entry-regexp
      (concat "^> \\(.*\\)(\\([0-9]+\\))"
       "\\([?a-zA-Z0-9_]+\\|<genexpr>\\)()"))

xpdb is a fork of the standard library pdb, available here: https://code.launchpad.net/~eyal-lotem+launchpad/xpdb/main

Changed in python-mode:
assignee: nobody → Andreas Roehler (a-roehler)
milestone: none → 6.0.6
importance: Undecided → Medium
Revision history for this message
Andreas Roehler (a-roehler) wrote :

seems not under active development/usage

let's rest it as "opinion" unless someone requests it

Changed in python-mode:
status: New → Opinion
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.