Task 2: Setting breakpoints
You set breakpoints to determine where a null pointer exception occurs.
About this task
You look at the automatic exception handling log message:

It lists the loanvalidation ruleflow and its validation rule task as follows:
ruleflow.loanvalidation$003evalidation
You decide to track the processes in the task by placing a breakpoint on it. Then, you search for the rule that produces the error, add more tracing, and then run a debug configuration.
Step 1: Setting a breakpoint
You run the decision service, search for the source of an error, and add a breakpoint.
Procedure
Step 2: Preparing the debug session
Because the checkZipcode action rule shows an exception, you look for the rule and add trace information to it.
Before you begin
Procedure
Step 3: Running the debugger on a ruleflow
You run a debug configuration to check the values of the borrower zip code. You are looking for null values to determine where the null pointer exception occurs.





