Debugging | pywebview

!https://pywebview.flowrl.com/guide/debugging.html

Copy this post
https://pywebview.flowrl.com/guide/debugging.html

How to enable debug mode in pywebview.

import webview

webview.create_window('Woah dude!', 'https://pywebview.flowrl.com/hello')
webview.start(debug=True)