public class PythonBreakpoint
extends java.lang.Object
| Constructor and Description |
|---|
PythonBreakpoint(java.lang.String filename,
int lineno)
Constructor only stores parameters to members.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilename()
Returns the filename for the breakpoint.
|
int |
getLineno()
Returns the line number for the breakpoint.
|