2018年7月16日月曜日

python IDE (Edit,Debug)


Npdb

In the cloud, Python's debugging and editing is possible.

The URL is here
http://simple-and-useful.net/netpdb/npdb.html


When the screen is displayed, hello.py source code is displayed
It is debug start by icon (debug-start).



It is now in edit mode



When you click the debug icon, the color changed green and
change to debug mode





Click the icon (next) to go to the next step,

When the debug line reaches the last line, it restarts and returns to the first line.




NpdbWhen you click the debug icon (debug-end)

debug finished and editing becomes possible



パイソンIDE (Edit,Debug)


Npdb

クラウドで、パイソンのデバッグと編集ができるのだ。

URLはこちらだ
http://simple-and-useful.net/netpdb/npdb.html


画面が表示されると、hello.pyのソースコードが表示される
アイコン(debug-start)でデバック開始である。



現在は編集モードですよ



デバックアイコンをクリックすると、色がグリーンになり
デバックモードになる





アイコン(next)をクリックすると次のステップにいきます、

プログラムが最後の行になると、リスタートして最初の行に戻ります。




デバックアイコン(debug-end)をクリックすると

デバックが終了して、編集が可能になります