I’ve got a large project which is under Xojo 2019r1.1 and I can’t immediately migrate it to a newer version of Xojo.
Within the past year, the IDE debugger has stopped working:
- any breakpoint or exception crashes with the following stack trace:
- this only happens with one of my largest projects. Smaller projects work fine
- this is on macOS ventura 13.6.3 (but started earlier, perhaps on 13.5 or 13.6 ?)
- running on an Intel cpu (i9) with 64 bit intel builds.
- IDE / clearing caches: no change.
- doesn’t matter where the breakpoint is (App.open, or deep in nested code: always crashes)
- I’ve seen this same crash before, but it was perhaps 1% of the time; what’s new is that it’s now happening 100% of the time with this one project.
Question:
- is anyone else seeing this?
- I wonder if there’s a way to hack in a newer version of the Xojo debugger library or some other way of fixing this?
4 posts - 3 participants