Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

DEBUG dialogs from TCC

Feb
8
0
I am using TCC 25.00.21 x64 on Windows 10. This happens both standalone, when running in Take Command and when running in Windows Terminal.

When I run certain build commands from the GitHub Desktop repo, I get a series of DEBUG dialogs pop up. I can't find anything I need to change in the options, and it doesn't happen for every command, but for the commands it does happen, it is consistent.

Below is the series of dialogs.

What do I need to do to stop these?

Thank you.

Dialog 1)
---------------------------
DEBUG
---------------------------
TCC GetCommandLine()=C:\Program Files\JPSoft\TCMD25\TCC.EXE /d /s /c "prettier --check "./**/*.{ts,tsx,js,json,jsx,scss,html,yaml,yml}""


Dialog 2)
---------------------------
DEBUG
---------------------------
TCC: OLE & COM initialization

Dialog 3)
---------------------------
DEBUG
---------------------------
TCC: Initialize global variables

Dialog 4)
---------------------------
DEBUG
---------------------------
TCC: Initialize system variables

Dialog 5)
---------------------------
DEBUG
---------------------------
TCC: Parsing command line (/d /s /c "prettier --check "./**/*.{ts,tsx,js,json,jsx,scss,html,yaml,yml}"")
 

Similar threads

Back
Top