NAV 2018 – Crashing the debugger!

10 December 2017 iby 0

Did you know that you can crash the debugger? Just make some “dump” code that uses functions meant for AL and voila you have a weird error and a crash. I wanted to play around […]

Breakpoint already exists

29 October 2012 iby 0

Have you ever got the error message “The Breakpoint already exists”? The reason is that you or someone else previously have used breakpoints in the affected object/objects. So what to do? If you know which […]

Windows Runtime Debugger

23 April 2009 iby 0

If you have installed Visual Studio you will notice the Windows Runtime Debugger has been replaced with the “Just-In-Time Debugger”. Sometimes this is Ok, but if you are running jobs that need to be running […]