FDBX0407
cannot step through breakpoint at hexnum

Explanation

You tried to run your program in single-step mode through an instruction, which is the same as a breakpoint.

User response

You are probably trying to step into a data area of the program that contains the breakpoint instruction (SVC 144). This may have occurred because the program took a wild branch. Verify the load point and size of the program using the map subcommand. Also verify the program counter using the registers subcommand.