Forum Post: RE: Structured error handling and debugging

  • Thread starter Thread starter bleicher
  • Start date Start date
Status
Not open for further replies.
B

bleicher

Guest
Stefan, you are correct. The debugger works at the ABL statement level. By this I mean that if the application is using the debugger and it is currently on an ABL statement in a block which is about to error and then if you STEP, the AVM and the Debugger will be at the next statement which may be in the CATCH block. In this case you will not have access to the locally scoped data. There currently is no mechanism to have the debugger give you an opportunity to inspect the locally scoped data prior to executing the CATCH block.

Continue reading...
 
Status
Not open for further replies.
Back
Top