|
|
|
|
|
by david2ndaccount
704 days ago
|
|
Are there any compilers that insert nops between real instructions in debug builds to allow inserting a jump to code to evaluate the expression? Conditional breakpoints are so slow it’s usually faster to add an if with the condition and recompile. |
|