Is that possible to enable remote debug when init webview? pass a remote debug port parameter.
And then it will be possible to debug websites and backend at the same time from vs code!
Btw, I am the author of webview_python, I am findings a way to debug both python and website at the same time from vs code!
Ref:
- https://code.visualstudio.com/docs/nodejs/browser-debugging#_attaching-to-browsers
- https://github.com/congzhangzh/webview_python
- https://github.com/congzhangzh/webview_python_demo
Is that possible to enable remote debug when init webview? pass a remote debug port parameter.
And then it will be possible to debug websites and backend at the same time from vs code!
Btw, I am the author of webview_python, I am findings a way to debug both python and website at the same time from vs code!
Ref: