You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you are debugging you probably want to see the logs in real time of what's happening.
We could stream the logs in a separate tab.
For this to happen we probably need to intervene on the engine itself: we either need to stream the log file, or duplicate the logs when in debugging mode (so both to whatever mean the user selects in the app and additionally in the extension).
The text was updated successfully, but these errors were encountered:
When you are debugging you probably want to see the logs in real time of what's happening.
We could stream the logs in a separate tab.
For this to happen we probably need to intervene on the engine itself: we either need to stream the log file, or duplicate the logs when in debugging mode (so both to whatever mean the user selects in the app and additionally in the extension).
The text was updated successfully, but these errors were encountered: