What is the purpose of the debug terminal? #1129
-
|
In the new release of JS Engine, there is a bat file to open the game in the "debug terminal", i dont know what is the purpose of this, can someone tell me? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
opens engine shit in haxe debug (NOT HAXEFLIXEL DEBUG, THAT'S A DIFFERENT THING) where it shows trace logs w/ lines and uncaught exception from lime and other stuff, some can't be catched by crashhandler itself so it's super necessary to use it if you want to report a bug something necessary. recommended if you are debugging or reporting a uncaughtable crash handler bug |
Beta Was this translation helpful? Give feedback.
opens engine shit in haxe debug (NOT HAXEFLIXEL DEBUG, THAT'S A DIFFERENT THING) where it shows trace logs w/ lines and uncaught exception from lime and other stuff, some can't be catched by crashhandler itself so it's super necessary to use it if you want to report a bug something necessary.
recommended if you are debugging or reporting a uncaughtable crash handler bug
if you are source modding, this wouldn't be necessary if you always use
lime test [platform]