Inquires regarding procedure debug mode

Dear all,

we are using BOARD 11.1 and we need to debug a procedure (stop on a step and make a selection and display a dataview) but we are not able to find how to do.

 

Please someone could help me?

Best regards,

Answers

  • Dear Giulio Vialetto,

     

    thanks for your request.

     

    Unfortunately BOARD 11.1 at the moment has no procedure debugger.

     

    You can workaround with the following steps.

     

    Instead the Breakpoint you insert a Message Box with Yes/No as next Screen. Additionally you need a separate Procedure Group just with Exit Procedure Step. Inside the Message Box you link the Group with Exit Procedure to the no Button and if you click yes the procedure goes forware.

     

    When your Procedure comes to the Message Box the execution is stopped and you can check inside a second browser Tab the result of your previous procedure steps.

     

    I know it´s not as comfortable as the actual procedure debugger for the FAT client. But you are able to debug and check your procedure.

     

    Hope it helps

     

    regards

     

    Alexander Kappes