Debugging Haxe (ActionScript 3)
Asked Answered
R

3

8

Are there any reliable debuggers for Haxe out there, in an ActionScript 3 context, and do they support breakpoints, conditional breakpoints, watches, locals and stacks?

Rouen answered 16/9, 2009 at 14:56 Comment(0)
H
11

FlashDevelop has a pretty good debugger now and it supports haxe AS3.

For haxe it must be enabled per project - see 'Enable Debugger' in the Project's Compiler options.

Hymnology answered 27/8, 2011 at 16:23 Comment(0)
M
0

Correct me if I'm wrong but I believe you can add -D fdb to the hxml build arguments and then in FlashDevelop I think you will be able to use breakpoints and such.

Never tried it myself though as I don't run FlashDevelop on my Mac.

Merc answered 22/10, 2009 at 18:57 Comment(0)
B
0

When you run with Flow you just add the --debug flag like this:

haxelib run flow run --debug 
Bolanger answered 3/6, 2018 at 21:24 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.