I wanted to ask if it is possible to identify objects in a more meaningful way during debugging. for example, now in the debug panel of flex builder I see, for example:
Object (@ 12131241241)
And ideally, I wanted to have Object (@ "field1: field2") ... is there any way to do this. I believe in java, this can be achieved by overriding the toString method of this class .... I tried the same in as3, but it did not work
source share