Hi,
I see. I would like to use this opportunity to put forth a request.

Would it possible to change the reference information from that of the
function being invoked to where it is being invoked?

I think that is more useful.

Eg.
class MyClass {
  public static function main():Void {
    var inst:MyClass = new MyClass();
  }

  public function MyClass() {
    //do smth
  }
}

I should get:

klass=MyClass, mtd=main

instead of

klass=MyClass, mtd=MyClass

Ralf Bokelberg wrote:
> Yes,
> i removed the auto_trace_pop parameters to reduce the codesize. What is
> left is the lineNumber parameter. All the other arguments could be
> deduced from the latest auto_trace call.
>
> Cheers,
> Ralf.

--
Ray Chuan

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to