Page 1 of 1

Debugger documentation? Live editing?

Posted: 13 Jul 2012, 13:04
by Protector.one
I wonder if there is any documentation for the (in-game) ManiaScript debugger available. I know I can get it by pressing Ctrl+G, but other than that, the thing is a mystery to me.
I'd like to be able to set breakpoints, view values of my script variables at run time; if possible even change them. Would be pretty nice if I could live edit the script as well. Any help is appreciated.

Re: Debugger documentation? Live editing?

Posted: 13 Jul 2012, 13:39
by Akbalder
Create a multiplayer server by using the ingame menu.
Then press F12 to view and edit the script.

Re: Debugger documentation? Live editing?

Posted: 13 Jul 2012, 13:42
by Protector.one
Nice! Is there a manual or something where I could have found this out myself?