[ This is a re-port of something I recently sent to the wrong forum ]
Take Command 25.
I've seen previous (very old) posts here regarding the use of DEBUGMONITOR. Apparently some bugs were fixed that prevented the associated command from working. However, I cannot get it to work. Maybe I'm misunderstanding how it's supposed to operate.
I've tried many variations, e.g.:
None of the commands seem to be acted upon when I run a program I know outputs using OutputDebugString (and verified with DebugView). I am running TCC with elevated permissions if that affects anything.
Note that the environment variable _outputdebugstring is seen, as the last emitted string.
What am I doing wrong?
[ Also, the docs for DEBUGMONITOR incorrectly refer to ASSOCIATE in the options section ]
Take Command 25.
I've seen previous (very old) posts here regarding the use of DEBUGMONITOR. Apparently some bugs were fixed that prevented the associated command from working. However, I cannot get it to work. Maybe I'm misunderstanding how it's supposed to operate.
I've tried many variations, e.g.:
DEBUGMONITOR FOREVER echo %_outputdebugstring%
DEBUGMONITOR FOREVER echo %_outputdebugstring
DEBUGMONITOR FOREVER echo Hello
DEBUGMONITOR FOREVER start calc
DEBUGMONITOR FOREVER msgbox OK TCC
None of the commands seem to be acted upon when I run a program I know outputs using OutputDebugString (and verified with DebugView). I am running TCC with elevated permissions if that affects anything.
Note that the environment variable _outputdebugstring is seen, as the last emitted string.
What am I doing wrong?
[ Also, the docs for DEBUGMONITOR incorrectly refer to ASSOCIATE in the options section ]