Reputation: 40185
Further to my previous question, I find that I cannot use the GExpertsDebugWindow on a PC which did not previously have Delphi installed.
If I have the following (not unusal, so probably of interest to others) requirements, do I need to roll my own code or is there and existing and free solution?
Thanks in advance for any help
Upvotes: 2
Views: 914
Reputation: 163347
Microsoft's DebugView tool has those features. It can display OutputDebugString
output, even from remote systems. Depending on other factors, it can even install itself remotely.
Upvotes: 3