KeyWorksRW / wxUiEditor

RAD tool used to create and maintain wxWidgets UI elements.
Apache License 2.0
63 stars 7 forks source link

Remove TESTING_PARAM macro, making exception text available to Release builds #1373

Closed Randalphwa closed 8 months ago

Randalphwa commented 8 months ago

exception text is now available in Release builds.

This PR removes the TESTING_PARAM macro which was used to ignore the exception variable in Release builds. With the new dlg_msgs module, it's worth displaying any text the exception may contain, even in Release builds.