I'm on a027a0e;
I'm debugging a zig program, I only have a couple of windows open, and a single debug info loaded for my exe. Addind the "r" variable in the watch window makes raddbugger to consume +64GB of ram (I have 32) in a couple of seconds my system freezes and I can't do anything except a hard reset.
At frist I though this was an issue when I hit a breakpoint in some specific portion of my code, but I just crashed again without running anything, just by adding the "r" variable in the watch window.
Any ideas? What I can do? I belive I'm running built rad on release, does debug mode have safe guards for this ramped memory leak?
I'm on a027a0e;
I'm debugging a zig program, I only have a couple of windows open, and a single debug info loaded for my exe. Addind the "r" variable in the watch window makes raddbugger to consume +64GB of ram (I have 32) in a couple of seconds my system freezes and I can't do anything except a hard reset.
At frist I though this was an issue when I hit a breakpoint in some specific portion of my code, but I just crashed again without running anything, just by adding the "r" variable in the watch window.
Any ideas? What I can do? I belive I'm running built rad on release, does debug mode have safe guards for this ramped memory leak?