I'm trying to take a look at a scamming website, but it's using the debugger spamming to make reverse engineering difficult. Is there a way to just disable the debugger keyword? I don't really like to give the websites control over whatever I want to view.

  • 1rre@discuss.tchncs.de
    ·
    11 months ago

    You can at least disable it per-occurance by right clicking the line number and telling it not to break on that line

    • tkperson@lemm.ee
      hexagon
      ·
      11 months ago

      that doesn't work because the debugger spam spawns a new console/thread or whatever; making a "new file" every time the spam started. There's no fixed line number to skip over.