Hi Chris,
When the debugger is suspended, you can place the mouse cursor over any
variable or expression in the editor to display its value. The value is
displayed in a small pop-up window called a tooltip.
Hope this helps.
Regards,
Mona [Grapecity]
> Is it possible to place a breakpoint in a webservice that when the client
> attempts to consume it, I can step through the webservice on the server using
[quoted text clipped - 3 lines]
> hosted in test (without the VS.NET IDE), how would I accomplish this? I have
> tried to setup a remote debugger with no success....
Chris Fink - 25 Jul 2005 21:51 GMT
Mona,
Sorry to confuse you. I am referring to placing a breakpoint in a
webservice and then wait until a remote client consumes it to begin the step
through using the debugger. I will not initiate the client consumption of
the webservice using .net, that will be done by another external system.
when this external system calls my webservice, i will be waiting in debug
mode for the request.....and then step through the webservice as needed.
> Hi Chris,
>
[quoted text clipped - 17 lines]
> have
> > tried to setup a remote debugger with no success....