Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an easy way to debug directly from ESGST #250

Closed
rafaelgomesxyz opened this issue Nov 23, 2017 · 2 comments
Closed

Add an easy way to debug directly from ESGST #250

rafaelgomesxyz opened this issue Nov 23, 2017 · 2 comments

Comments

@rafaelgomesxyz
Copy link
Owner

No description provided.

@rafaelgomesxyz rafaelgomesxyz added this to the 7.9.0 milestone Nov 23, 2017
@gizellos
Copy link

I have been thinking about this issue for many months and I didn't have enough courage to write it. Then someone else did it. :D

It would be nice if there would be some debug mode. My idea is to log every work in the console if it is possible. For example, the log would look like this:

Connecting to Steam API
Downloading info about app 12544
Downloading info about app 12844 - fail - too many connections
Loading list of wishlisted games
Adding icons for shown giveaways
Hidding hidded games
Calling function foo()
and so on

So it would show just errors but also successes. I am not sure if it is possible to do it some automatically, or you would have to make it whole.

@rafaelgomesxyz
Copy link
Owner Author

Yeah, that would require a complete rewrite of the script, as far as I know, and it could slow things down (logging things to the console slows down the execution of the script).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants