package { public function _strace(str) { _trace(str); GraphicExport.SendCommand({command:"print",string:str + "\n"}); } }