Debugging server side

Debugging server side

Old forum URL: forums.lhotka.net/forums/t/7751.aspx


kyle.l.watson@gmail.com posted on Thursday, October 08, 2009

I'm trying to step into the data portal xyz methods on the server side.

I set a break point, but it never enters the dataportal. Whats odd is I have the visua studio remote debugging tool on the server, and it shows me log in and log off quickly.

Is there something special I need to do to step into the data portal server code?

rsbaker0 replied on Thursday, October 08, 2009

Which type of remote data portal are you using?

I think this is easiest done while hosting a web service on the same machine as (and in fact as a project in) Visual Studio.

I can even debug the web service and hit break points while a remote client is connecting from another machine.

I know the web service isn't the optimal choice for deployment, but it does seem to simply debugging the server side of the data portal.

kyle.l.watson@gmail.com replied on Friday, October 09, 2009

The service is a Wcf Service. I think according to the documentation i should be able to just set a break point....

Copyright (c) Marimer LLC