playMaker

Author Topic: Debugging Mode  (Read 1159 times)

thierry_st_malo

  • Junior Playmaker
  • **
  • Posts: 58
Debugging Mode
« on: October 08, 2017, 10:14:53 AM »
Hello,

I am debugging a game, and my debugging mode is "Step to Next State Change in Any FSM". And now I want to "Step to the Next Breakpoint". Is it possible?

Thanks.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Debugging Mode
« Reply #1 on: November 02, 2017, 03:14:41 AM »
Hi,

 breakpoint will be triggered as you play normally, so simply resume the game and it will pause at the next breakpoint automatically.

 bye,

 Jean