- May
- 13,834
- 211
When I do
I get two threads.
[It seems a bit funny that they have the same start address.] Anyway, when two strings have been reported, only one of those threads terminates. I can force the other to terminate with
If I don't do that and execute "debugmonitor 2 ..." many times, I wind up with
And allowing more than one DEBUGMONITOR doesn't seem like a good idea. When they're all in the same TCC, you can't get rid of all the threads. If they're in different TCC's this happens (which is odd but expected).
Code:
debugmonitor 2 echo %%_outputdebugstring
I get two threads.
[It seems a bit funny that they have the same start address.] Anyway, when two strings have been reported, only one of those threads terminates. I can force the other to terminate with
Code:
debugmonitor /c
If I don't do that and execute "debugmonitor 2 ..." many times, I wind up with
And allowing more than one DEBUGMONITOR doesn't seem like a good idea. When they're all in the same TCC, you can't get rid of all the threads. If they're in different TCC's this happens (which is odd but expected).