Beef icon indicating copy to clipboard operation
Beef copied to clipboard

Symbol breakpoint doesn't work with C program

Open 0xSPIRIT opened this issue 2 years ago • 6 comments

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

0xSPIRIT avatar Jul 16 '23 23:07 0xSPIRIT