[a111] "catch" and DBGp not playing nice? Topic is solved

Report problems with documented functionality
SAbboushi
Posts: 252
Joined: 08 Dec 2014, 22:13

[a111] "catch" and DBGp not playing nice?

17 Jun 2020, 22:47

Single stepping through a catch statement terminates the debug session without any error message. Worked fine in prior versions (e.g. 108) and I don't see anything in version update notes that might apply.

Code: Select all

try
    throw Exception("oops", 3)
catch e
    msgbox e.what
lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: [a111] "catch" and DBGp not playing nice?

18 Jun 2020, 04:28

I cannot reproduce the problem you describe with the script you posted, in v2.0-a111 x86 or x64, or my current build in release or (VS) debug modes. It just steps through and displays "3", and the debug client displays the contents of e.
SAbboushi
Posts: 252
Joined: 08 Dec 2014, 22:13

Re: [a111] "catch" and DBGp not playing nice?  Topic is solved

18 Jun 2020, 05:26

Thanks - I downloaded v2.0-a111 again and now works fine. Wish I'd done that before reporting... sorry

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 23 guests