raddebugger icon indicating copy to clipboard operation
raddebugger copied to clipboard

String comparison for conditional breakpoint

Open GloriousPtr opened this issue 9 months ago • 0 comments

String comparison doesn't work in conditional breakpoints. The way it works in visual studio is by doing strcmp() in the condition field but I think we can do better :)

GloriousPtr avatar May 16 '24 10:05 GloriousPtr