I am currently running windrop 1.6.12 and started TCL scripting few days ago. I set up mysqltcl, a mysql database and I am able to access the db.
As I am used to write my code under c and c++, I often run into problems with TCL not knowing what I've done wrong. To speed up my coding process I would like to write some output directly to the eggdrops console but as it runs as a background process I am not able to see my output done with 'puts'. Rehashing and writing it to a chanel takes to much time.
So my questions are:
Is there a possibility to redirect this output to the console window?
Is it possible to debug my scripts in any way?