Java-debug-tool icon indicating copy to clipboard operation
Java-debug-tool copied to clipboard

输入指令没反应

Open CCYYT opened this issue 8 months ago • 0 comments

您好,非常感谢您的开源,我在执行时遇到了: $ ./javadebug-client-launch.sh

   java-debug-console usage:
   javadebug-console-launch.sh [ip:port]

   ip:port : the target jvm host info, optional

   example:
      ./javadebug-console-launch.sh 127.0.0.1:11234

start to connect to remote jvm tcp server : init client logger ... [error] [Fri May 30 10:53:06 CST 2025] [main] get the ip and port, start to connect remote server:127.0.0.1:11234 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [error] [Fri May 30 10:53:07 CST 2025] [main] start to connect [127.0.0.1:11234] 127.0.0.1:11234>fc -class java.lang.String

输入指令后,一直没有返回结果,请问我该怎么解决这个问题呢。非常感谢!

CCYYT avatar May 30 '25 02:05 CCYYT