Compiled error show the line number well, but how about runtime line number? I often get error such as:
ArgumentError: Error #1063: Argument count mismatch on cards::Game/myfunction(). Expected 0, got 1
and if I have many myfunction() in my AS3. It would be frustrating if I have to check one by one.
Isn't a line number would definitely save a lot of times?