MONO_BREAK_POLICY_ALWAYS

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Values

ValueMeaning
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).

Meta