Hi everyone
I'm new to Plus+1 programming and am looking for some tips and tricks on good debugging methods.
I encounter this issue quite often: I've got a program where a variable parameter is passed through multiple layers/pages as well as operations within these and the end result isn't what I'm expecting. In order to see at which point things are going wrong, I end up setting up many checkpoints along its path and monitor those checkpoints in Service Tool when testing. This is very time consuming and I assume there are better methods of doing this.
Any help is appreciated!
Thanks
Dominic