-
Notifications
You must be signed in to change notification settings - Fork 29
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
Debugging Mode with all / more details #54
Comments
Thank you very much for your feature request. I think these are very good suggestions. I suggest to (re) implement a way to enable debugging via command line arguments. E.g. ttmp32gme -debug=2 Also the debugging for database requests is a good idea. Unfortunately, I cannot make any promises as to when I will have time to work on this. If you need this urgently, and have the time, feel free to take a shot at this yourself - merge requests are always welcome ;-) Cheers, Thawn |
I guess if somebody needs debug data, than he needs as much as possible :) |
Actually, when I tried to debug myself, at some point, it was difficult to sift through all the data. Therefore, I started using different debug levels. This is a well known approach used for logging. Apparently, the -debug flag still works. did you try if -debug=2 gives you more extensive debug messages? |
-debug=2 is not working as the debug parameter is not accepting values. |
o.k. thanks, I will try to implement that. |
fixes issue #54 removed deprecated directory command line argument
In the latest development version, you can now set the debug level via the command line argument -d=3 or -debug=3 |
the command line parameter -d=3 should work in v1.0.1 |
While debugging another issue of your application I wanted to raise 2 feature request.
The text was updated successfully, but these errors were encountered: