💭 Debugging | pywebview ======================= !https://pywebview.flowrl.com/guide/debugging.html Date: August 5, 2023 ![https://pywebview.flowrl.com/guide/debugging.html](/static/https://pywebview.flowrl.com/guide/debugging.html) How to enable debug mode in pywebview. ``` python import webview webview.create_window('Woah dude!', 'https://pywebview.flowrl.com/hello') webview.start(debug=True) ``` !!! note This post is a thought [1]. It's a short note that I make about someone else's content online #thoughts [2] References: [1]: /thoughts/ [2]: /tags/thoughts/