Search found 8 matches

by SergeyA
Fri Apr 28, 2017 9:52 pm
Forum: Feature Requests and Wishlists
Topic: Handling Try/Catch
Replies: 23
Views: 10045

Re: Handling Try/Catch

With Macro and OnErrorLib

Update

;-TOP

Macro Try
OnErrorGoto(?LabelCatch#MacroExpandedCount)
EndMacro

Macro Catch
Goto LabelEndTry#MacroExpandedCount
LabelCatch#MacroExpandedCount:
OnErrorDefault()
EndMacro

Macro EndTry
LabelEndTry#MacroExpandedCount:
EndMacro

;- test
DisableDebugger ...
by SergeyA
Thu Apr 27, 2017 3:29 pm
Forum: Feature Requests and Wishlists
Topic: Handling Try/Catch
Replies: 23
Views: 10045

Re: Handling Try/Catch

Try/Catch allows you to capture application errors without affecting the application, you can collect error data and issue corrected updates for your clients.
by SergeyA
Wed Apr 26, 2017 3:13 pm
Forum: Feature Requests and Wishlists
Topic: Handling Try/Catch
Replies: 23
Views: 10045

Re: Handling Try/Catch

This option does not work, the application is shutting down.

Enable debugger:
Image

Disable debugger:
Image

Reference:
Image
by SergeyA
Tue Apr 25, 2017 8:53 pm
Forum: Feature Requests and Wishlists
Topic: Handling Try/Catch
Replies: 23
Views: 10045

Handling Try/Catch

Hello, please add support for handling exceptions. Try/Catch

Image
by SergeyA
Wed Apr 19, 2017 7:56 am
Forum: Announcement
Topic: PureBasic 5.60 final is available !
Replies: 145
Views: 85401

Re: PureBasic 5.60 final is available !

Hi, please add support for handling exception. :cry: Try/Catch

Image
by SergeyA
Sun Mar 02, 2014 10:40 pm
Forum: Applications - Feedback and Discussion
Topic: Workspace Control (WIP)
Replies: 13
Views: 20245

Re: Workspace Control (WIP)

Awesome!