Hello any idea on how I can print the value of a g...
# kotlin-native
e
Hello any idea on how I can print the value of a global variable/method when debugging in native:
Copy code
// In Constant.kt

val x: Int = 0
fun doSomething(): String
r
println
?
e
I want to know
println(what)
? how can I get to the global variable/function