Controls whether the compiler emits debugging information for expanded inline function calls.
#pragma debuginline on | off | reset
If the compiler emits debugging information for inline function calls, then the debugger can step to the body of the inlined function. This behavior more closely resembles the debugging experience for un-inlined code.
This pragma does not correspond to any panel setting. By default, this pragma is on.