toggle menu
metis-lang
jvm
switch theme
search in API
metis-lang
/
io.github.seggan.metis.debug
/
Breakpoint
Breakpoint
data
class
Breakpoint
(
val
line
:
Int
,
val
file
:
String
?
=
null
)
Members
Constructors
Breakpoint
Link copied to clipboard
constructor
(
line
:
Int
,
file
:
String
?
=
null
)
Properties
file
Link copied to clipboard
val
file
:
String
?
=
null
line
Link copied to clipboard
val
line
:
Int
Functions
is
In
Span
Link copied to clipboard
fun
isInSpan
(
span
:
Span
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String