Actual behaviour:
When choosing an Odin executable to debug and in the function window:
Crash when clicking "Break on function entry" or "Sample whole function" or "{}" or "Sample function input/output..." so basically any button.
Expected behaviour:
Well, not crash, like with C compiled projects.
System/app details
Exe compiled with Odin odin version dev-2024-04:aab122ede
sys_info:
WhiteBox version - 2024-07-16
WhiteBox commit - 69a84b94717d0812ea9f22a4cd06178202bc1769
Assert level - 1
Debug info - false
OS - Windows 10 Home x64 (10.0.22631)
Service pack - (0.0)
CPU - AMD Ryzen 5 2600 Six-Core Processor
Logical cores - 12
CPU revision - 0x802
RAM - 16.0 GiB
Address space - 128.0 TiB
How to reproduce the error
Steps to reproduce:
Compile super simple Hello-World-Type executable with Odin via odin build . -debug
Any additional information/comments:
I get crashes basically anytime I do anything with odin executables, except on rare occasions. Sadly, I can't pinpoint what those rare occasions are. I think loading a C project in my editor, doing something there, then switching to debugging an odin executable does something to make things more stable, but I'm not sure. If I find out on my own, I'll comment/edit.
What happened?
Actual behaviour: When choosing an Odin executable to debug and in the function window: Crash when clicking "Break on function entry" or "Sample whole function" or "{}" or "Sample function input/output..." so basically any button.
Expected behaviour: Well, not crash, like with C compiled projects.
System/app details
Exe compiled with Odin
odin version dev-2024-04:aab122ede
sys_info: WhiteBox version - 2024-07-16 WhiteBox commit - 69a84b94717d0812ea9f22a4cd06178202bc1769 Assert level - 1 Debug info - false OS - Windows 10 Home x64 (10.0.22631) Service pack - (0.0) CPU - AMD Ryzen 5 2600 Six-Core Processor
Logical cores - 12 CPU revision - 0x802 RAM - 16.0 GiB Address space - 128.0 TiB
How to reproduce the error
Steps to reproduce:
odin build . -debug
Does the error happen consistently with the above steps? Always
Minimal reproducible code example:
Crash/log attachments & additional info
Any additional information/comments: I get crashes basically anytime I do anything with odin executables, except on rare occasions. Sadly, I can't pinpoint what those rare occasions are. I think loading a C project in my editor, doing something there, then switching to debugging an odin executable does something to make things more stable, but I'm not sure. If I find out on my own, I'll comment/edit.