Hello,
I'm pretty new in AX and I'm trying to see the actual line that's causing a certain error to be logged into a report/journal (121: File not found).
Is there any way to set the debugger to break on all exception/errors ? There's this class with a dozen of methods and I have no clue where to start inserting a breakpoint which is why I'd like the debugger to break by itself, just like in Visual Studio.
Is that even possible ?
Thanks!