Login Page - Create Account

Support Board


Date/Time: Thu, 13 Feb 2025 20:24:03 +0000



Post From: CPU Exception when building for debugging but not release?

[2020-12-18 14:23:06]
jwick - Posts: 142
Thanks for your suggestions! I think the issue at my end ended up being how delete was handled between a release vs debug. It appears as though when compiling for release, surprisingly, delete set my pointer to null (that's my guess) while for debug it didn't (when later parts of my code was setting the pointer to a new value when the pointer was null, and had assumed delete previously implicitly set the pointer to null.