aesi-eclipse / com.virtlink.aesi.eclipse.debugging.model / AesiBreakpoint
AesiBreakpoint
open class AesiBreakpoint : Breakpoint
Constructors
<init> | AesiBreakpoint() |
Functions
getHitCount | open fun getHitCount(): Int Gets the number of times this breakpoint has been hit. |
getModelIdentifier | open fun getModelIdentifier(): String {@inheritDoc} |
setHitCount | open fun setHitCount(value: Int ): Unit Sets the number of times this breakpoint has been hit. |