Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Expert Debugging Tips and Tricks

Former Member
0 Kudos

Hi All,

I just want to know better Debugging Tricks.

If you know, please post them.

Thanks,

Kash

2 REPLIES 2

former_member212653
Active Contributor

0 Kudos

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