Hi everyone,
do you know if it is possible (if yes - how) to debug NAV Web Service? that is, I have c# application which calls codeunit 50xxx. I want to set breakpoints, step-into, in that codeunit and see what's happening there (wrong).
Or is there a possibility to see where in code system returned an error (like when NAV debugger is set to Active and you see a place in code where it stopped/encountered an error).
I know how to debug RTC, but this doesn't work with web service (to attach .cs file to a process).
thanks.
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I can't make it work. I have an application open in VS and .cs file of a codeunit which I want to debug. Which one I should attach to which process? I tried to attach .cs file to NAV server but then I cant run an application.
could you please write an example.
thanks.
Hi, as Kine mentioned, you can debug the same way that RTC.
I have a post with How To.
http://albertinonav.blogspot.com.es/201 ... .html#more
Regards.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
kine, JAJ thanks a lot.