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