|
-
Jul 31st, 2007, 10:54 AM
#1
Thread Starter
Hyperactive Member
Debugging C# code ..
I wrote a web service. I can debug the webservice code by attaching a w3p process. But in the debug mode the code looks like assembly language . I can't see my c# code in debug mode. is there any setting that I should do to be able to see the c# source code in debug mode?
thanks
nath
-
Aug 1st, 2007, 03:35 PM
#2
Re: Debugging C# code ..
When you built your service, did you build it in debug mode so the .pdb file gets created?
-
Aug 3rd, 2007, 11:04 AM
#3
Re: Debugging C# code ..
 Originally Posted by bnathvbdotnet
I wrote a web service. I can debug the webservice code by attaching a w3p process. But in the debug mode the code looks like assembly language . I can't see my c# code in debug mode. is there any setting that I should do to be able to see the c# source code in debug mode?
thanks
nath
Not if you're attempting to debug released code.
-
Aug 9th, 2007, 10:51 PM
#4
Fanatic Member
Re: Debugging C# code ..
If you wrote the web service then you can install the debug version of the web service start the web service. And attach to the service which will allow you to debug the source.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|