Author Topic: SlickC debugger and timers  (Read 3817 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
SlickC debugger and timers
« on: September 06, 2016, 06:31:05 PM »
When using the debugger to step thru code it will sometimes jump to some random other bit of code - I think due to a timer.
I've seen this a number of times jumping to some autosave code.




Once it does this and it is stopped in the autosave code, even though I have breakpoints set for what should be coming next in the code I was trying to debug, when I continue, those breakpoints are not hit.


Anyone else see this happening?


Is there a workaround?