Posts: 24
Threads: 10
Joined: Jan 2019
Reputation:
0
how do you check an object/variable/array value?
as far as I know, naalaa doesn't have console log function.
naalaa gui lib doesn't have a one line alert/popup i can put vals in.
how do I do that (debug values).
it's becoming hard to develop without being able to check these things.
please help.
Posts: 87
Threads: 14
Joined: Feb 2018
Reputation:
1
I always end up doing it the hard way.
I write a temporary procedure to print variables I am looking at.
Then I call the procedure at the right time to see the variable. then I add a wait keydown statement to give me time to read the variable. Hitting a key then continues the program.
Posts: 24
Threads: 10
Joined: Jan 2019
Reputation:
0
I created another file copied all the data and imports and used wln there where there is no loop or screens etc.
naalaa already has a console whats the problem of implementing console.log.
it also has a gui lib what the problem of creating a one-line popup?
Posts: 35
Threads: 2
Joined: Jan 2018
Reputation:
1
There is an extension called kitchensink for windows that uses the win32api to popup a messagebox implemented, i will search if i have it, or if anyone have it please post it here.