mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Updated remote vm debug command-line options
This commit is contained in:
parent
1b36a099f4
commit
ca2a6bbb0a
5 changed files with 30 additions and 19 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
/*********************************************************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue