Benutzer-Werkzeuge

Webseiten-Werkzeuge


python_basics

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
python_basics [2019/12/27 17:37] 192.168.1.101python_basics [2022/01/09 14:41] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 2: Zeile 2:
  
  
-===== debugging python =====+===== debug python =====
  
 linux linux
Zeile 8: Zeile 8:
    
 idle [[https://en.wikipedia.org/wiki/IDLE]] idle [[https://en.wikipedia.org/wiki/IDLE]]
-==== PUDB ====+==== PUDB debug====
  
   * Doku [[https://documen.tician.de/pudb/]]   * Doku [[https://documen.tician.de/pudb/]]
-  * identity tty ID:  +  * Install pudb debug 
-  * call PUDB_TTY=/dev/pts/0 pudb sensor.py+  * <code> sudo pip install pudb </code> 
 + 
 +  * identity tty ID: <code> tty </code> 
 +  * call <code> PUDB_TTY=/dev/pts/0 pudb sensor.py </code> 
 +  * batch file 
 +  * <code> 
 +       pudebug 
 +       PUBTTY=`tty` echo "puDB- start in dir with source files" 
 +       echo "Call with name of file to be debugged" 
 +       echo "Call in window used for debugging" 
 +       PUDB_TTY=`tty`  pudb $1 </code>
  
  
python_basics.1577464626.txt.gz · Zuletzt geändert: (Externe Bearbeitung)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki