- This wiki is out of date, use the continuation of this wiki instead
Fenix console
From FenixWiki
The Fenix console is a handy debugging tool. Many commands can be entered in it, like process manipulation or variable manipulation. The current state of Globals, Constants, Locals, Publics, Privates can also be monitored. One can add text to it in the program by using the function Say().
In the later Fenix versions (from which version exactly?) the Fenix console froze the program when activated, until it was deactivated again.
To use the debugger, run in debug mode by compiling your program in FXC.exe with the argument "-g", and then activate it in-program with ALT+C.