Author Topic: Squirrel Debugging?  (Read 4910 times)

johnfemiani

  • Guest
Squirrel Debugging?
« on: September 14, 2007, 07:59:09 pm »
Hi,

I love the idea of a scripted IDE so I can script the debugger and certain parts of the development process, but I don't really know the squirrel language and I was wondering if there was an integrated or external squirrel debugger that I could use?   I am trying to get by using the Log function to print values to the codeblocks console in order to see what is happening,  but if there is squirrel-gdb it would help me out I think.

Poking around I found http://wiki.squirrel-lang.org/default.aspx/SquirrelWiki/SQDBG.html   but not  much info, and I am afraid it is coupled to their eclipse plugin.

Thanx,

--- John