Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Result from myFunction:
Hello mehdi!
sum 3
Scrip ended normally. Press Enter to close.

Debugging

You can debug the Python intepretter directly through gdb. In Ubuntu, for example:

Code Block
thomas@Thomas-X61s:~$ sudo gdb -ex r --args python openVisualizerWeb.py -s -n 3

 

References