PlanetSquires Forums

Support Forums => General Board => Topic started by: Marc van Cauwenberghe on October 19, 2013, 07:13:09 AM

Title: How I would love a debugger right now!
Post by: Marc van Cauwenberghe on October 19, 2013, 07:13:09 AM
Having some code troubles this week... :-\

Anyway, have a nice weekend all.

Marc


Title: Re: How I would love a debugger right now!
Post by: David Kenny on October 19, 2013, 01:04:56 PM
Having one built in will be nice for sure.  You'll still use the PB debugger until then wont you?
Title: Re: How I would love a debugger right now!
Post by: Haakon Birkeland on October 20, 2013, 07:15:01 AM
I'm so used to lack of debugging options from ASP and JavaScrip (depending on target) that I sometimes call the msgBox function (or similar) my best friend.

That said, the zTrace functionality built into FireFly is a fairly nice option to stepping through code in a debugger. So much  so that I use my own little function inspired by it when coding ASP-pages.