Firefox Debugger
mozilladevelopers.github.io
Firefox Debugger
1–10 of 70 posts
Re: Firefox Debugger
#2On Ubuntu, the debugger is started by using S (like Windows actually).
Re: Firefox Debugger
#3Sad to see a post by Mozilla only referencing Mac and Windows shortcuts to start the debugger. Most of the web developers I know are using Linux for web development, including javascript (some are using MacOS, none Windows). On Ubuntu, the debugger is started by using S (like Windows actually).
Re: Firefox Debugger
#4Sad to see a post by Mozilla only referencing Mac and Windows shortcuts to start the debugger. Most of the web developers I know are using Linux for web development, including javascript (some are using MacOS, none Windows). On Ubuntu, the debugger is started by using S (like Windows actually).
Linux is only used for Java based backends, when deploying into production.
With .NET deployments being done on IIS, even with .NET Core.
Some of the designers are using Photoshop on macOS.
Anecdote data.
Re: Firefox Debugger
#5Re: Firefox Debugger
#6Sad to see a post by Mozilla only referencing Mac and Windows shortcuts to start the debugger. Most of the web developers I know are using Linux for web development, including javascript (some are using MacOS, none Windows). On Ubuntu, the debugger is started by using S (like Windows actually).
I don't know any Web developers using Linux on their desktops, as company policy requires Windows desktops. Linux is only used for Java based backends, when deploying into production. With .NET deployments being done on IIS, even with .NET Core. Some of the designers are using Photoshop on macOS. Anecdote data.
Re: Firefox Debugger
#7I tried to use the Firefox debugger recently, but I could find where you set "event listener breakpoints" (e.g. a breakpoint that stops whenever a click handler runs, regardless of which element was clicked). Some documents seemed to suggest that Firefox has this feature but I tried multiple versions of Firefox (including fiddling with the "new debugger frontend" flag in about:config) but I just couldn't find it anyw…
Re: Firefox Debugger
#8Sad to see a post by Mozilla only referencing Mac and Windows shortcuts to start the debugger. Most of the web developers I know are using Linux for web development, including javascript (some are using MacOS, none Windows). On Ubuntu, the debugger is started by using S (like Windows actually).
Are there any shortcuts on Linux which are different from those on Windows by default?
Re: Firefox Debugger
#9I tried to use the Firefox debugger recently, but I could find where you set "event listener breakpoints" (e.g. a breakpoint that stops whenever a click handler runs, regardless of which element was clicked). Some documents seemed to suggest that Firefox has this feature but I tried multiple versions of Firefox (including fiddling with the "new debugger frontend" flag in about:config) but I just couldn't find it anyw…
Set about:config?filter=devtools.debugger.new-debugger-frontend to false, then reopen the debugger and expand the right pane, the Events tab should be there: https://i.imgur.com/GLGrc7y.png .
Re: Firefox Debugger
#10Earlier quoted context omitted.
I don't know any Web developers using Linux on their desktops, as company policy requires Windows desktops. Linux is only used for Java based backends, when deploying into production. With .NET deployments being done on IIS, even with .NET Core. Some of the designers are using Photoshop on macOS. Anecdote data.
If we’re doing anecdata, then every web developer I know is on Macs, apart from those at the company I’m consulting for at the moment who have mostly standardised on Windows.