mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-08 21:47:59 -05:00
Updated remote vm debug command-line options
This commit is contained in:
@@ -136,11 +136,8 @@ if "%DEBUG%"=="y" (
|
||||
set DEBUG_ADDRESS=127.0.0.1:18001
|
||||
)
|
||||
|
||||
set VMARG_LIST=!VMARG_LIST! -Xdebug
|
||||
set VMARG_LIST=!VMARG_LIST! -Xnoagent
|
||||
set VMARG_LIST=!VMARG_LIST! -Djava.compiler=NONE
|
||||
set VMARG_LIST=!VMARG_LIST! -Dlog4j.configuration="!DEBUG_LOG4J!"
|
||||
set VMARG_LIST=!VMARG_LIST! -Xrunjdwp:transport=dt_socket,server=y,suspend=!SUSPEND!,address=!DEBUG_ADDRESS!
|
||||
set VMARG_LIST=!VMARG_LIST! -Dlog4j.configuration="!DEBUG_LOG4J!"
|
||||
set VMARG_LIST=!VMARG_LIST! -agentlib:jdwp=transport=dt_socket,server=y,suspend=!SUSPEND!,address=!DEBUG_ADDRESS!
|
||||
goto continue3
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user