|
-
Apr 10th, 2007, 11:51 PM
#1
Thread Starter
New Member
How to debug into DLL
Hello ,
I am debuging a windows service where i have dll references.
I am calling the functions which are in the compiled dll files.
So could anyone tell me how to debug into dll and check how the function working.
for example:
Set sendEmail = New EmailMangament.Send
sendEmail.CreateBody(Some parameters) As Boolean
so this function returns boolean while , but i want to debug into the function and see whats going on in it.
Please help me how to debug in to referenced dll.
Thanks alot
Developer9
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
|