A platform independent embeddable breakpoint.
Currently works ONLY on Windows and Linux x86 and x86_64. On windows this should invoke Just-In-Time (JIT) debugging. When using on Linux platforms you will need to be running under a debugger to catch the breakpoint since there is unfortunately currently there is no JIT debugging support in Linux.
WARNING: If left in release code, this will cause a crash.