Smart Debugging

One of the "Real life" tips I showed at NavTechDays is how to use the classic debugger smartly. What I see people do many times is turn on the debugger with Breakpoints on Triggers. Bron : Mark Brummel Lees meer...

Debugging in NAV 2009

Today my TAP partner asked if it is possible to debug with Visual Studio Express 2008. I could not find any place where we have documented this, so I thought I would share the answer with the readers on this blog. And yes you can debug…

How to: Debugging of Add-ins

Recently I was giving a presentation about Client Add-ins and it turned out that the audience had already seen all available material about Add-ins. So what could I show instead? Live programming of a new Add-in was what I came up with. Bron : Christian's Blog…