Console Log Debugging

willij

Member
What happened to the option in the component to log changes to the console in Pro??? I'm trying to debug a conditional stack. Since it's conditionals I can't add a log task.
 
The execution works different so now it's not so straight forward to log the changes and the option isn't as useful. For your situation you could either add logs to the tasks that you are running or use breakpoint debugging.
 
Back
Top