Opened 4 years ago

Last modified 4 years ago

#5793 new defect

Handle debug_break correctly on OSX bundles

Reported by: wraitii Owned by:
Priority: Nice to Have Milestone: Backlog
Component: Core engine Keywords:
Cc: Patch:

Description

This follows https://code.wildfiregames.com/rP21998

In bundle releases, debug_break() does not show an "assertion window" with the "ignore/continue/debug..." options but just crashes.

This was an issue in A23 where an image crashed, which we didn't detect in time. I hastily fixed this by not killing in release mode, in Phab:rP21998.

Ideally, we'd fix this correctly by actually showing the debug window.

Change History (1)

comment:1 by Itms, 4 years ago

What about testing not only for the release build but also for OSX? That would limit the hack to the platform where it is absolutely necessary.

Note: See TracTickets for help on using tickets.