Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology
Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered
You are not logged in.
Pages: 1
Hi,guys
How to debug Scol code?
Offline
Haha, you can't !!!
No, seriously, first you have to activate the scol Log: Scol Voyager, right click on the notification icon, select Configure/Advanced (not sure of the labels, me and arkeon have done so many modifications to SO3 that even ScolVoyager refuse to run for the moment), and set:
log yes
?level? ffff
There another option useful, "do not close scol window when exiting", but didn't remember where the hell it's in Scol Voyager...
With the log in the console plus the log file (in C:\Users\%AccountName%\AppData\Local\Scol Voyager\Logs), you will have some useful informations about your error.
But, if you want something like visual studio debugger, it not possible. Like in javascript, in last resort, use log text functions or dialog box functions to show your variables values.
Offline
thank you ,Nodrev
But,I see some debug flag in the kernel project.
what is the function of that?
Offline
Hi,
Some flags exist ...
You should define (#define) them in (by example) kernel/include/vscol.h and (re)compile Scol.
Flags are the most currents : INCLUDE_DEBUGGER and RELEASE_DEVELOPER
Offline
Pages: 1