cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot Debug Iterator Class

Former Member
0 Kudos

Hi,

I am getting error "type of termination: RABAX_STATE " when running a BSP page with TableView Iterator

I want to debug the iterator local class that I have created. However The control does not stop in the methods of this iterator class when I set a breakpint.

Can't we debug the iterator class ? how ?

Thanks

Anand

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I solved the error.

But still I would love th know how to debug the local iterator class.

former_member181879
Active Contributor
0 Kudos

You must set an external/HTTP breakpoint in the class, and then the debugger should stop. Do not confuse it with internal breakpoints. Usually you should also activate system debugging. Check the documentation for details.