Bob T.
Bob T.

Reputation: 261

HaxeFlixel with Flashdevelop - how to enable debugger ?

Im asking it here since i couldn find any suitable answer on net.Im begginer with all this Haxe and FlashDevelop stuff.

So : I started working on games with HaxeFlixel with FlashDevelop. And currently I don't have debug option enabled. I was looking for answers all over net but I didn't get answer. Is there something like step by step how to set debugger ? How can i enable debugger ? It really bother me because so far i found HaxeFlixel really suitable for me.

Thanks

Upvotes: 1

Views: 1490

Answers (1)

Nico
Nico

Reputation: 94

If by debugger you mean the built in haxeflixel console/debugger, then all that is required is you build your project in debug mode (not release) and when the game is running, press the "~" key, this will bring up the debugger:)

Upvotes: 2

Related Questions