mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 21:31:53 +00:00
Issue #707 Debugger for logging messages
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.jpexs.decompiler.flash.debugger {
|
||||
|
||||
import flash.external.ExternalInterface;
|
||||
|
||||
public function debugConsole(msg):*{
|
||||
if(ExternalInterface.available)
|
||||
ExternalInterface.call("console.log",""+msg);
|
||||
return msg;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user