mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 09:40:26 +08:00
Updated remote vm debug command-line options
This commit is contained in:
@@ -151,12 +151,10 @@ if [ "${MODE}" = "debug" ] || [ "${MODE}" = "debug-suspend" ]; then
|
||||
if [ "${MODE}" = "debug-suspend" ]; then
|
||||
SUSPEND=y
|
||||
fi
|
||||
|
||||
VMARG_LIST+=" -Xdebug"
|
||||
VMARG_LIST+=" -Xnoagent"
|
||||
VMARG_LIST+=" -Djava.compiler=NONE"
|
||||
|
||||
VMARG_LIST+=" -Dlog4j.configuration=\"${DEBUG_LOG4J}\""
|
||||
VMARG_LIST+=" -Xrunjdwp:transport=dt_socket,server=y,suspend=${SUSPEND},address=${DEBUG_ADDRESS}"
|
||||
VMARG_LIST+=" -agentlib:jdwp=transport=dt_socket,server=y,suspend=${SUSPEND},address=${DEBUG_ADDRESS}"
|
||||
|
||||
|
||||
elif [ "${MODE}" = "fg" ]; then
|
||||
:
|
||||
|
||||
Reference in New Issue
Block a user