DenkzeitWiki

Suchen:

Aktuelle Änderungen Printable View Änderungen Bearbeiten

InteractiveProgramming > IncrementalCompilation > ModelDrivenProgramming > ModelDrivenArchitecture > ArtificialIntelligence > VeryHighLevelLanguages > DocumentationIndex > ThePragmaticProgrammer > PragmaticProgrammers > DenkzeitWikiCommentSpam > DomainSpecificLanguages > HackingClojureWithEmacs > PythonObjectPersistence > DynamicMemoryAllocation > Heap > StandardTemplateLibrary > DebuggingPythonWithEmacsClear Trail
Main /

Debugging Python With Emacs

HackingPythonWithEmacs
DebuggingPython
IPython



M-x pdb



 (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)))))

Edit - BackLinks - Tags - Page Hist - Print - Changes - Home - Orphans - Help

Zuletzt geändert am 28.09.2008 12:03 Uhr und seit 7. April 2005 658 aufgerufen.