-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Run time debug log #380
Labels
Comments
Right now it's compile-only flag. |
сделать бы что бы по флагу работало |
Можно сделать чтоб исполняемый брал переменную среды, которую в .cmd определить как false или 0 изначально. |
На винде так же есть переменные среды
Согласен можно и из них брать
Но как мне кажется параметр командной строки был бы лучше
Не надо заморачиваться у становкой переменных среды
ср, 7 авг. 2024 г., 11:13 EgorWeders ***@***.***>:
… Можно сделать чтоб исполняемый брал переменную среды, которую в .cmd
определить как false или 0 изначально.
На линукс такое точно есть, про винду не могу сказать.
—
Reply to this email directly, view it on GitHub
<#380 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BHZVGPO3LQFXNEEFL6S3OWDZQG3KNAVCNFSM6AAAAABLTVSPKKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZSGY4TKNBQGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Нашел нативную GetEnvironmentVariable function (winbase.h)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe your feature / Опишите ваше предложение
have a nice day!
in connection with the braking of YouTube, I used this program
and would like to suggest adding the option to run in minimized mode in the tray and display the program when the window is open (add a command line parameter of some kind)
P.S.
after looking at the source code and command line parameters.... I did not see anywhere the possibility of enabling debugging (or just log) data, although in the program itself the macro debug is present, but in the .h file judging by the directives, if it is not defined before the beginning of this file, this macro is simply reset
or I did not understand something wrong?
P. P. S. I don't have the ability to recompile the program myself :((
добрейшего денька!
в связи с торможением Ютуба, воспользовался данной программой
и хотел бы предложить добавить вариант запуска в свёрнутом режиме в трей и отображение работы программы при открытом окне (добавить параметр командной строки какой то)
P.S.
посмотрев на исходник и параметры командной строки.... не увидел ни где возможности включения отладочных (или просто лога) данных, хотя в самой программе макрос debug присутствует, но в *.h файле судя по директивам, если он не определён до начала этого файла, этот макрос просто обнуляется
или я что то не так понял?
P.P.S. возможности перекомпилировать самостоятельно программу у меня нет :((
The text was updated successfully, but these errors were encountered: