playMaker

Author Topic: Turn off Error Pause  (Read 270 times)

tapped-rupert

  • Playmaker Newbie
  • *
  • Posts: 2
Turn off Error Pause
« on: June 19, 2023, 11:42:53 AM »
Hi,
We have FSMs filled with custom actions. We are finding it very frustrating when debugging things in the console (i.e logging a value with Debug.LogError) that Playmaker pauses Playmode, as if Error Pause is enabled. How can we turn this off?


djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Turn off Error Pause
« Reply #1 on: June 19, 2023, 01:07:44 PM »
hi.
Maybe instead of LogError you can use LogWarning?

Also maybe there is a setting in the Preferences?

tapped-rupert

  • Playmaker Newbie
  • *
  • Posts: 2
Re: Turn off Error Pause
« Reply #2 on: June 19, 2023, 02:34:28 PM »
Hi,
Thanks for the message! This could be an option however this is a nearly production ready build, we have lots of third party plugins that log all sorts and we find the Error channel to be the most useful when debugging since it's generally clear of logs.
We've done some digging into the preferences and can't see anything that would stop this, maybe missed it though.
Cheers