-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
HexDebug/Common/src/main/kotlin/gay/object/hexdebug/debugger/HexDebugger.kt
Lines 264 to 279 in 3a4f473
| name = variableName | |
| type = iota::class.simpleName | |
| when (iota) { | |
| is ListIota -> { | |
| value = "(${iota.list.count()}) ${iotaToString(iota)}" | |
| variablesReference = allocateVariables(iota.list) | |
| indexedVariables = iota.list.size() | |
| } | |
| is ContinuationIota -> getContinuationVariable(iota.continuation).also { | |
| value = "${iotaToString(iota)} -> ${it.value}" | |
| variablesReference = it.variablesReference | |
| } | |
| else -> value = iotaToString(iota) | |
| } |
Metadata
Metadata
Assignees
Labels
No labels