LKBEN10857: Howto enable Dr. Watson on a terminal server (citrix) system for debugging purposes
LKB | Created: 02/04/2020 | Version: 0 | Language: EN | Rating: 0 | Outdated: False | Marked for deletion: False
Author: Wim Peeters - Keskon GmbH & Co. KG
Symptom
You would like to be able to see when an application is being killed by the operating system
Cause
none
Solution
To enable Dr. Watson you open a command line and execute the following command:
drwtsn32.exe -i
Please note that Dr. Watson is just the default debugger from windows and is delivered with the Windows OS. In fact, microsoft calls it a debugger but it hardly is. It is used as a tool to write crash information and dumps. When you are nerved by Dr. Watson you should know that this tool can not be made responsible for bad software. It is an indication for having bad written software on your machine. After a crash has been captured a log file will be written. (drwtsn32.log) Now you can do some post mortem Debugging to find out what happened.
About the Author
Wim Peeters is electronics engineer with an additional master in IT and over 30 years of experience including time spent in support, development, consulting, training and database administration. Wim has worked with SQL Server since version 6.5. He has developed in C/C++, Java and C# on Windows and Linux in different European countries and different European languages. He writes knowledge base articles to solve IT problems and publishes them on the Lubby Knowledge Platform where he is one of the most important contributors and the main developer.