JetBrains Rider: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with " === Conditional Breakpoints === Code: const char * name = "cast Test Spell" Breakpoint: strcmp(name,"cast Test Spell") == 0"
 
(No difference)

Latest revision as of 20:04, 20 March 2025

Conditional Breakpoints

Code:

const char * name = "cast Test Spell"

Breakpoint:

strcmp(name,"cast Test Spell") == 0