Join Slack
Powered by
Hello any idea on how I can print the value of a g...
# kotlin-native
e
Elka
09/16/2020, 8:30 AM
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
ribesg
09/16/2020, 12:16 PM
println
?
e
Elka
09/17/2020, 3:47 AM
I want to know
println(what)
? how can I get to the global variable/function
5
Views
Open in Slack
Previous
Next