gl-break ( -- )
Interactive debugging of OpenGL applications

Prev:F ( -- )
Next:gl-break ( -- )


Vocabulary
opengl.debug

Word description
Suspends the current thread and activates the walker like break, but also preserves the current OpenGL context, saves it to G-world for interactive use through G, and restores the current context when the suspended thread is continued. The shorthand word GB can also be used.

See also
G, F, G-world, GB

Definition