NAV 2013 | Debugging (1)

NAV 2013 has a new debugger. It allows us to debug the RTC. But that does not mean that Microsoft has just migrated the debugger from Classic to RTC. No, they've done much more. It's quite a cool and complete debugger that allows you to do…

Debugging NAV 2013 Is Easy

We've never had a debugger quite this powerful and versatile. Debugging NAV 2013 is Easy! By nature I am a pessimist. In any situation I tend to look for problems and point them out to everyone. Since my goal of pointing out the problems is always…

RTC debugging

For this example we will be using Microsoft Dynamics NAV 2009 R2 and Microsoft Visual Studio 2010 Professional. Create a page To use as an example for debugging, let's create an empty page (for example 50000 RTCDebugTest) with a new action called “Messages”. In code of…