playMaker

Author Topic: Debug values  (Read 1389 times)

florentine3d

  • Playmaker Newbie
  • *
  • Posts: 1
Debug values
« on: January 27, 2016, 02:34:32 AM »
How can i view all values of event (Get Event Info) at once?

For example, when i debug in Visual Studio and stop in some Breakpoint, i can see all values of all variables without Logging to console.

How can i see all properties of object (action) using Playmaker?

Problem: i try get all checked Checkboxes from NGUI when click Submit button, but how i can do it.. try debug and not understand where get values. The class is: UIToggle : UIWidgetContainer.
« Last Edit: January 27, 2016, 02:58:15 AM by florentine3d »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Debug values
« Reply #1 on: January 27, 2016, 03:55:23 AM »
Hi,

 That's a good point actually. Let me work on something and get back to you on this.

 Bye,

 Jean