Debuggare passo passo...dal palmare al webservice

A

Andrea

Salve a tutti,

ho questa situazione: ho scritto alcuni webservices che risiedono su una
macchina nella mia rete. Ho scritto poi un'appliazione pocketpc che
consuma questi webservices. Quando debuggo la mia applicazione sul
palmare arrivando al punto in cui viene richiamato il webservice, vorrei
che il debugging saltasse sul server, proseguendo l'ispezione
all'interno del webservice.

E' possibile fare tutto cio'?

Vi ringrazio in anticipo!
 
A

Alex Feinman [MVP]

No, that's not possible. Even though the remote debugging is supported,
there is no support for stepping out of device code to the PC side debugger.
You can run a second instance of visual Studio as a debugger for your web
service. It can be on the same machine as the one where you are debuggin the
PPC project or on another. Web services can be debugged remotely.

Also, try keeping to English in this NG.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top