mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 21:10:53 +00:00
Issue #707 Debugger for logging messages
This commit is contained in:
@@ -340,6 +340,14 @@ public class Configuration {
|
||||
|
||||
public static final ConfigurationItem<String> pluginPath = null;
|
||||
|
||||
|
||||
@ConfigurationDefaultInt(55556)
|
||||
@ConfigurationCategory("script")
|
||||
public static final ConfigurationItem<Integer> debuggerPort = null;
|
||||
|
||||
@ConfigurationDefaultBoolean(true)
|
||||
public static final ConfigurationItem<Boolean> displayDebuggerInfo = null;
|
||||
|
||||
private enum OSId {
|
||||
|
||||
WINDOWS, OSX, UNIX
|
||||
|
||||
Reference in New Issue
Block a user