Chrome Debugger and Firefox Debugger
See original GitHub issueI can’t run https://github.com/microsoft/vscode-chrome-debug nor https://github.com/firefox-devtools/vscode-firefox-debug on code-server
, since they require browser window to open. My question is: can I force them to run with e.g. x11 forwarding or debug port forwarding? Almost any solution is acceptable!
Issue Analytics
- State:
- Created 4 years ago
- Comments:20 (6 by maintainers)
Top Results From Across the Web
Browser Toolbox — Firefox Source Docs documentation
The Browser Toolbox enables you to debug add-ons and the browser's own JavaScript ... “Enable chrome and addon debugging” and “Enable remote debugging”....
Read more >DevTools Debugging Tips And Shortcuts (Chrome, Firefox ...
In this article, Vitaly reviews useful features and shortcuts for debugging in Chrome, Firefox, Edge and Safari.
Read more >Debugging in the browser - The Modern JavaScript Tutorial
Open the example page in Chrome. Turn on developer tools with F12 (Mac: Cmd+Opt+I ). Select the Sources panel.
Read more >Developer tools in Chrome and Firefox - Iterable Support Center
# Accessing developer tools · Type Ctrl+Shift+I (Command+Option+I on Mac) · Select the three dot button on the right-hand side of the browser,...
Read more >Chrome Debugger and Firefox Debugger · Issue #1419 - GitHub
I can't run https://github.com/microsoft/vscode-chrome-debug nor https://github.com/firefox-devtools/vscode-firefox-debug on code-server, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
JFY I use the https://github.com/jpillora/chisel for forwarding, but the native extension does not work without small patches.
im thinking this will probably be easier to solve if firefox / chrome ran on the server (much like code-server!) and the client instance was doing remote debugging against that server instance. But i’m not sure if that exists at all.