In development mode, you can use onTrack onTriggle debuger for debugging

  • OnTrack is executed the first time a side effect is executed
  • OnTriggle is only executed if it depends on updates

  • OnTrack onTriggle receives an event object that contains all the information for that dependency.
  • Interactive checking can be done by placing a Debugger in debug mode