cancel
Showing results for 
Search instead for 
Did you mean: 

Debug Step Filtering

former_member540174
Participant
0 Kudos

I'd like some suggestions on how to better utilize the debugger. I don't have my step filtering set up properly. I'd prefer to stay in just my code. I really don't care to step though each endless/mindless SAP/Java object - I want to walk my code.

What suggestions do you have to put in my step filtering and any other debug options in order to keep me in just my code.

Regards,

Diane

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

step filtering naviagtion path

Preferences->java->debug->step filtering

may be helpful.

Thanks,

Rama

former_member197348
Active Contributor
0 Kudos

Hi Diane,

I have around 4 years of experience in WD development. I used debugging very few times. The best way to find where the problem and what the problem is tracing. Use IWDMessageManager API to print the values of the attributes or messages like u201Centering into foru201D, u201Cinside ifu201D etc. The advantages of tracing are you can trace more number of attributes at any time and you can trace a particular block of your code directly.

Regards,

Siva