mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-2623: Improve connect dialog and factory descriptions
This commit is contained in:
parent
5195aaebc1
commit
8dbf2341b2
30 changed files with 565 additions and 333 deletions
|
@ -22,10 +22,12 @@ import ghidra.dbg.DebuggerObjectModel;
|
|||
import ghidra.dbg.jdi.model.JdiModelImpl;
|
||||
import ghidra.dbg.util.ConfigurableFactory.FactoryDescription;
|
||||
|
||||
@FactoryDescription( //
|
||||
brief = "JDI debugger", //
|
||||
htmlDetails = "Debug a Java or Dalvik VM (supports JDWP)" //
|
||||
)
|
||||
@FactoryDescription(
|
||||
brief = "PROTOTYPE: JDWP (Java or Dalvik)",
|
||||
htmlDetails = """
|
||||
Connect to a Java or Dalvik VM via JDWP.
|
||||
This is the same debugging protocol used by most Java IDEs.
|
||||
Support for debugging Java and Dalvik is still experimental.""")
|
||||
public class JdiDebuggerModelFactory implements DebuggerModelFactory {
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue