Web Debugger¶
Module: kivy.modules.webdebugger
Added in 1.0.0New in version 1.2.0.
Warning
This module is highly experimental, use it with care.
This module will start a webserver and run in the background. You can see how your application evolves during runtime, examine the internal cache etc.
Run with:
python main.py -m webdebugger
Then open your webbrowser on http://localhost:5000/