2008 Sep 26 9:05 PM
Hi All,
I just want to know better Debugging Tricks.
If you know, please post them.
Thanks,
Kash
2008 Sep 26 9:14 PM
2008 Sep 26 9:51 PM
Hello Kash,
The most powerful trick I know is to set breakpoints at MESSAGE statements.
In the new debugger goto Breakpoints -> Breakpoint at -> Breakpoint at Statement. Type in MESSAGE and then just press F8 untill you find the problem. This however assumes that the problem you are looking for is error related and the report is giving you a hard error.
For other errors where you are not receiving errors but the report is not behaiving as expected, I guess the only way is to debug all the way through...
best regards,
Andri