Package io.webfolder.cdp.type.debugger
Class BreakLocation
java.lang.Object
io.webfolder.cdp.type.debugger.BreakLocation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionColumn number in the script (0-based).Line number in the script (0-based).Script identifier as reported in the Debugger.scriptParsed.getType()
void
setColumnNumber
(Integer columnNumber) Column number in the script (0-based).void
setLineNumber
(Integer lineNumber) Line number in the script (0-based).void
setScriptId
(String scriptId) Script identifier as reported in the Debugger.scriptParsed.void
setType
(BreakLocationType type) toString()
-
Constructor Details
-
BreakLocation
public BreakLocation()
-
-
Method Details
-
getScriptId
Script identifier as reported in the Debugger.scriptParsed. -
setScriptId
Script identifier as reported in the Debugger.scriptParsed. -
getLineNumber
Line number in the script (0-based). -
setLineNumber
Line number in the script (0-based). -
getColumnNumber
Column number in the script (0-based). -
setColumnNumber
Column number in the script (0-based). -
getType
-
setType
-
toString
-