Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

119
Views
Is it possible to skip a line of code when debugging javascript in Firefox?

Say I set a break-point on a line of code in Firefox devtools/Debugger and refresh the webpage to stop at that line. Can I skip the execution of that line and jump directly to the next line?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

No, it's currently not possible (as of Firefox 101) to skip lines when debugging.

What you may do is manipulate the code while you're debugging. E.g. you can reset the value of a variable when it gets a new value assigned while the execution is stopped at a breakpoint. Or when the next statement is a function call, you can replace that function by an empty one. Of course, it is not always possible to turn a statement into a no-op. And doing so may have side effects.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!