| Value | Meaning |
|---|---|
| MONO_BREAK_POLICY_ALWAYS | the default is to always obey the breakpoint |
| MONO_BREAK_POLICY_NEVER | a nop is inserted instead of a breakpoint |
| MONO_BREAK_POLICY_ON_DBG | the breakpoint is executed only if the program has ben started under the debugger (that is if a debugger was attached at the time the method was compiled). |
Page generated by adrdox