I've been using Haxe for a while and I'm debuging with the Windows target (OpenFL).
When I put a try
/catch
somewhere it just says for example "Null object reference"
- it doesn't say the line number and the class, so I have to keep putting traces to find in which line it has thrown the error.
Can someone help me?