1. Ferdinand Fischer
  2. PowerBuilder
  3. Monday, 22 July 2019 19:47 PM UTC

 

Hi,

 

If you debug an application and an exception occurs anywhere, the you programm immediately continues.
It doesnt matter if the exception was caught.

Take for example these three functions:

baz(){

 throw create RuntimeError

}

bar(){
 long i

 try
 for i = 1 to 100
  baz()
 next
 catch (RuntimeError Exc)

 end try
}

 

foo(){

 for i = 1 to 100
  bar()
 next

}

If you step over bar in foo you lose the debugger.
I have attached a quick testcase.

Does the debugger not support exceptions?

 

Attachments (1)
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Monday, 22 July 2019 20:24 PM UTC
  2. PowerBuilder
  3. # 1

Hi Ferdinand;

  If this relates to Appeon PB ... Please submit this as a Support Ticket - thanks!

Regards ... Chris

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.