We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537eba5 commit 24dc2eeCopy full SHA for 24dc2ee
src/commonMain/kotlin/spp.protocol/instrument/variable/LiveVariable.kt
@@ -28,7 +28,7 @@ import kotlinx.serialization.Serializable
28
@Serializable
29
data class LiveVariable(
30
val name: String,
31
- @Contextual val value: Any,
+ @Contextual val value: Any?,
32
val lineNumber: Int = -1,
33
val scope: LiveVariableScope? = null,
34
val liveClazz: String? = null,
0 commit comments