question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Chrome Debugger and Firefox Debugger

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:20 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
sergeycherepanovcommented, Jul 13, 2022

JFY I use the https://github.com/jpillora/chisel for forwarding, but the native extension does not work without small patches.

1reaction
leojonathanohcommented, Jul 26, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found