mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-10 09:13:58 -09:00
Updated remote vm debug command-line options
This commit is contained in:
@@ -179,10 +179,18 @@ def initTestJVM(Task task, String rootDirName) {
|
||||
'-Djdk.attach.allowAttachSelf',
|
||||
'-javaagent:' + jmockitPath,
|
||||
'-DLock.DEBUG=true',
|
||||
'-Xdebug',
|
||||
'-Xnoagent',
|
||||
'-Djava.compiler=NONE',
|
||||
'-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=' + debugPort
|
||||
'-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=' + debugPort
|
||||
|
||||
|
||||
// Note: modern remote debug invocation;
|
||||
// -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000
|
||||
|
||||
//
|
||||
// We removed these lines, which should not be needed in modern JVMs
|
||||
// -Xdebug
|
||||
// -Xnoagent
|
||||
// -Djava.compiler=NONE
|
||||
// -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000
|
||||
}
|
||||
}
|
||||
/*********************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user