This wiki is out of date, use the continuation of this wiki instead

Fenix console

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 11:04, 20 April 2007 (edit)
Sandman (Talk | contribs)
m
← Previous diff
Revision as of 14:34, 22 April 2007 (edit) (undo)
Woody (Talk | contribs)

Next diff →
Line 4: Line 4:
In the later Fenix versions (''from which version exactly?'') the Fenix console froze the program when activated, until it was deactivated again. 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.

Revision as of 14:34, 22 April 2007


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.

Personal tools