You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM apache/apisix:3.9.0-debian
USER root
RUN apt-get update
RUN apt -y install openjdk-17-jdk
RUN apt -y install less procps
RUN echo "alias ll='ls -alF'" >> /etc/bash.bashrc
Issue description
Environment
start jvm params setting:
1、 java -jar -Xmx4g -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000 /usr/local/apisix_plugin/demo-0.0.1-SNAPSHOT.jar
local developer pass idea jvm debug remote model
0.4.0
The text was updated successfully, but these errors were encountered: