mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 04:44:50 +00:00
attached debug functions
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.jpexs.decompiler.flash.debugger {
|
||||
|
||||
|
||||
import flash.utils.getDefinitionByName;
|
||||
|
||||
public function debugGetDefinitionByName(name:String):Object {
|
||||
switch(name){
|
||||
case "flash.display.Loader":
|
||||
return getDefinitionByName("com.jpexs.decompiler.flash.debugger.DebugLoader");
|
||||
}
|
||||
return getDefinitionByName(name);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user