DebugAttachAndBreak Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Prompts the user to attach a debugger to this instance of the game, then breaks.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

[ConditionalAttribute("DEBUG")]
public static void AttachAndBreak()
Remarks

Calls to this method are only compiled when your plugin is compiled in DEBUG mode.
See Also

Reference