Documentation ¶
Index ¶
Constants ¶
View Source
const ( PtvsdPortEnvVariable = "PTVSD_PORT_NUMBER" PtvsdSearchString = `ptvsd\.enable_attach.*` PtvsdMaxFileSize = 1024 * 1024 PtvsdMaxNumberOfFiles = 1000 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PythonInterface ¶
type PythonInterface struct{}
func (*PythonInterface) Attach ¶
func (i *PythonInterface) Attach(pid int) (debuggers.DebugServer, error)
Click to show internal directories.
Click to hide internal directories.