Symbol breakpoint doesn't work with C program
I'm using Beef solely as a debugger for my game written in C, which is compiled using MSVC 2022 using the command line build tools. I have a debug session that I created that simply loads the executable.
Everything works pretty well, and a lot faster than visual studio which I previously used. However, the Symbol Breakpoint functionality (Debug -> New Breakpoint -> Symbol Breakpoint) which allows you to break when the program enters a function doesn't work for me. I have to manually find the function and place a breakpoint on the line in question.
Everything else works pretty much exactly how I want it out of the box, (call stack, watch window, memory breakpoints, profiling) so if this is fixed, this would pretty much be the best debugger for my workflow!
Version: 0.43.4