B4J Question Works only with breakpoint

upsis

Member
Licensed User
Longtime User
I have a code to populate a choicebox and works only if I put a breakpoint like below, otherwise give exception "Object should be initialized".


debug.PNG
 

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
the typfor is a Type??
if that is so, you may need to initialize before using it.

The debugger behaves different when a breakpoint is put in the code.
 
Upvote 0
Top