Anyone have good tips / tricks for making the SlickC debugger work better?
Its always seemed a bit flakey, but this weekend I was working on some macros and I could hardly get the SlickC debugger to work at all.
I have my macro file loaded, then I start the SlickC debugger, set some breakpoints.
Back in the 1st instance of Slick I would invoke the macros, and the debugger hit the break points the first time.
That success was very elusive, as I wasn't able to get it to hit the breakpoints again.
Restarting slick didn't help, nor did starting with a empty configuration
In the failed attempts, the debugger only had the effect of suppressing SlickC stack errors.
I had break points set before the errors would occur in the code, but the debugger wouldn't stop at the break points, though the SlickC stacks didn't show up either.