Welcome!

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

SignUp Now!

Fixed Unnecessary debug output

May
11
0
TCMD 21.00.33 x64 has a bunch of OutputDebugString() activity that is cluttering things up. This format string is in tcmd.exe:

"left=%d, top=%d, right=%d, bottom=%d j=%d, pchSOL=%.*s"

It is really making my application debugging annoying, never mind that Win10 is also kicking out some stuff. Will this stop with a future release?
 
TCMD 21.00.33 x64 has a bunch of OutputDebugString() activity that is cluttering things up. This format string is in tcmd.exe:

"left=%d, top=%d, right=%d, bottom=%d j=%d, pchSOL=%.*s"

It is really making my application debugging annoying, never mind that Win10 is also kicking out some stuff. Will this stop with a future release?
Where does that text appear, and what do you do that makes it appear?
 
Where does that text appear, and what do you do that makes it appear?
I use SysInternals DbgView. All activity on the TCMD window shows up from the PID of TCMD. I scanned TCMD.EXE to find the formatting mask.
Sorry for the delay in response, and I see Rex posted that it was fixed and it certainly is!
 

Similar threads

Back
Top