Skip to content

Advanced debug mode

Hello Sven,

Is it possible to add a feature that allows us to view what's happening in each thread when debug mode is active? This would greatly aid in debugging SER and understanding why SER threads sometimes drop.

GSA PI has a similar feature that shows the activity of each thread, although it's a simple one.

Thank you!

Tagged:

Comments

  • SvenSven www.GSA-Online.de
    well, with debug mode you see what is happening with each thread.
  • AliTabAliTab GSAserlists.com
    edited September 2023
    Sven said:
    well, with debug mode you see what is happening with each thread.

    Thank you for your reply, Sven. What I mean is something with more detailed information. It would provide insights if I could see precisely what SER is doing in real-time, not just the submissions being made and the current step. It would include information such as whether it's waiting for a reCAPTCHA response, updating the blacklist files, or if a thread is stuck or idle – essentially, a feature similar to what we have in PI, but showing every event happening in SER.


  • SvenSven www.GSA-Online.de
    well, whenever there is something useful to provide, i print things out in the debug window. When you debug something, you would use one thread only anyway and then read the output there.
Sign In or Register to comment.