Package | Description |
---|---|
org.netbeans.api.debugger.jpda |
JPDA Debugger APIs provide representation of JDI functionality.
|
Modifier and Type | Method and Description |
---|---|
static AttachingDICookie |
AttachingDICookie.create(com.sun.jdi.connect.AttachingConnector attachingConnector,
Map<String,? extends com.sun.jdi.connect.Connector.Argument> args)
Creates a new instance of AttachingDICookie for given parameters.
|
static AttachingDICookie |
AttachingDICookie.create(String name)
Creates a new instance of AttachingDICookie for given parameters.
|
static AttachingDICookie |
AttachingDICookie.create(String hostName,
int portNumber)
Creates a new instance of AttachingDICookie for given parameters.
|
Built on May 31 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.