Aktuelle Änderungen Printable View Änderungen Bearbeiten
InteractiveProgramming > IncrementalCompilation > ModelDrivenProgramming > ModelDrivenArchitecture > ArtificialIntelligence > VeryHighLevelLanguages > DocumentationIndex > ThePragmaticProgrammer > PragmaticProgrammers > DenkzeitWikiCommentSpam > DomainSpecificLanguages > HackingClojureWithEmacs > PythonObjectPersistence > DynamicMemoryAllocation > Heap > StandardTemplateLibrary > DebuggingPythonWithEmacsClear TrailM-x py-shell or hit C-c C-!import pdb;pdb.set_trace() in the region of code you are interested in
(setq pdb-path '/usr/lib/python2.4/pdb.py gud-pdb-command-name (symbol-name pdb-path));; http://lists.gnu.org/archive/html/help-gnu-emacs/2003-10/msg00577.html (defadvice pdb (before gud-query-cmdline activate) "Provide a better default command line when called interactively." (interactive (list (gud-query-cmdline pdb-path (file-name-nondirectory buffer-file-name)))))