Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Debugging Windows Services
Subject:   How to OPEN service in the debugger?
Date:   2006-02-17 04:55:39
From:   dekeli
A staqndard windows service can be started in a debugger (such as windbg or ntsd) by setting the relevant registry entries (just like "Image File Execution Options" for standard exe)


Is it not supported for DotNet service?