why I cannot step into the webservice?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am debugging the code of a my webservice. When I try to step into(F11) the
webmethod call from the smartclient, it just steps to the next line.
With the same settings I can step into webmethod on normal framework client.
I think CF should support remote debugging, right?
thank you
 
It should. It does not. There is nothing that prevents you from running your
web service project under debugger (separate) ant setting breakpoints.
 
Back
Top