Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Debugging Symantec Endpoint Protection (SEP) with Dr.Watson

Updated: 20 Jul 2009 | 3 comments
Kedar Mohile's picture
+11 11 Votes
Login to vote

Procedure:

  1. Start > Run > drwtsn32
  2. The Location: “C:\Documents and Settings\All Users\Application Data\Microsoft\Dr Watson” is where we have Dr. Watson logs generated
  • drwtsn32.log (basic application & process log)
  • user.dmp (CRASH DUMP)

imagebrowser image

How to obtain an Application Dump File using Dr. Watson ?

  1. Number of instructions should be set to 100
  2. Crash Dump Type should be set to FULL
  3. Enable Checkbox for:
  • Dump Symbol Tables
  • Dump All Thread Contexts
  • Create Crash Dump File

How to obtain an Application Dump File using Dr. Watson ?

  1. Finding out what tool is currently used as a “default application exception handler” can be obtained by looking at the registry key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug 
  2. If this is set to drwtsn32 then nothing needs to be done. If another tool is there you will need to reset it to Dr. Watson. This is done by doing the following
  • Click Start, and then click Run.
  • Type drwtsn32 -i, and then click OK

Use of Dr.Watson to force a kill for OK TO END process in SEP

  1. DR. WATSON can also be used to KILL a non-responsive process
  2. Example: 
  • Start > Run
  • Type drwtsn32 –p lucallbackproxy.exe OR
  • Type drwtsn32 –p 1024 (process ID)

Comments

i2professional@yahoo.com's picture
09
Jun
2009
3 Votes +1
Login to vote

where can i download this

this article is really amazing; but can you please guide as to where can i download this exe?

Kedar Mohile's picture
09
Jun
2009
1 Vote +1
Login to vote

Start > Run > drwtsn32

Dr. Watson is an inbuilt windows debugging Tool. It gets installed as a pre-installed application with the OS

http://support.microsoft.com/kb/308538

So the steps to open the same would be:

Start > Run > drwtsn32

Thanks :)

steffen910's picture
28
Sep
2010
0 Votes 0
Login to vote

nice article

nice article