JetBrains Rider

From PSwiki
Revision as of 20:04, 20 March 2025 by Talad (talk | contribs) (Created page with " === Conditional Breakpoints === Code: const char * name = "cast Test Spell" Breakpoint: strcmp(name,"cast Test Spell") == 0")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Conditional Breakpoints

Code:

const char * name = "cast Test Spell"

Breakpoint:

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