raddebugger
raddebugger copied to clipboard
At some places address breakpoint doesn't work but function breakpoints work
Compiled with all Optimizations disabled.
https://github.com/user-attachments/assets/472036c2-bf6f-4240-b1e1-f8786ab88c60
I think whats happening is I never get a chance to trigger hit for address breakpoint because for some reason debugger tries to find the next available line info it has and that is called per frame from some other module
This should be fixed at this point, since both address breakpoints and function breakpoints have been collapsed into two versions of the same concept. But let me know if you see this bug again.