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 19:38, 5 April 2008 (edit)
Sandman (Talk | contribs)
m
← Previous diff
Revision as of 19:49, 5 April 2008 (edit) (undo)
Sandman (Talk | contribs)
m
Next diff →
Line 21: Line 21:
| caption = A default console without messages | caption = A default console without messages
}} }}
 +
 +
 +{{Debugging}}

Revision as of 19:49, 5 April 2008


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 programcode by using the function say().

In the later Fenix versions (from which version exactly?) the Fenix console freezes the program when activated, until it is 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.

Example

Process Main()
Begin
    Repeat
        frame;
    Until(key(_ESC))
End
Image:Console.PNG
A default console without messages


Debugging
DebuggingFenix consoleFenix profiler
Personal tools