Click here to Skip to main content
Licence 
First Posted 16 Jul 2003
Views 34,187
Bookmarked 10 times

Windows Service Debugger

By | 16 Jul 2003 | Article
Macro which starts Windows service and attaches the debuger.

Introduction

Debugging a Windows service using a VS.NET macro

 

While I started writing windows services I wished  Microsoft provided a way to debug with a single click as with the other project types.

I recently started reading about macros and here is a macro that can debug a windows service.

 

Running the macro

  1. Open Windows Service project you want to debug in VS.NET
  2. Open Macro Explorer.  Tools -> Macros -> Macro Explorer
  3. Load Macro Project in Macro Explorer
  4. Double click on “Debug” to run the macro.

 

Troubleshooting

Here is one of errors I got while I was creating the macro:

Unmanaged debugging not supported

 

Cause and Solution

This happens when debugger tries to attach to the Windows service process.

For some reason it thinks it is an unmanaged process and hence it cannot attach itself.

 The solution for this is

Install VC++.NET  which includes unmanaged debugger.

 

For details on how to do that refer to:

http://support.microsoft.com/default.aspx?scid=kb;en-us;813134

 

Hope this helps!!

Happy coding J

 

 

 

 

 

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

srirambalaji



United States United States

Member

Sriram works as Senior Technical Specialist at Infosys's Microsoft Technology Center.

He has been working on ASP.NET,VB.NET,C#,ASP and SQL Server for past 7 years. He loves to churn out innovative ideas.
 
During his freetime,you may find him hiking, humming a song in his karaoke or listening to inspiring music. You can reach him at srirambalaji_work@yahoo.com.


Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralUsing the macro PinmemberKebTen0:22 26 Mar '06  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web02 | 2.5.120517.1 | Last Updated 17 Jul 2003
Article Copyright 2003 by srirambalaji
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid