Issue #707 Debugger for logging messages

This commit is contained in:
Jindra Petřík
2014-10-28 15:57:31 +01:00
parent 9a5361e8e3
commit 2746f3bc32
49 changed files with 1351 additions and 28 deletions

View File

@@ -0,0 +1,8 @@
package com.jpexs.decompiler.flash.debugger {
public function debugInit(name){
DebugConnection.iniClient(name);
}
}