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
At the time this issue is being opened, Zui is at commit aa15e3e.
brimdata/super#5196 added the debug operator to the Zed language. Similar to how debug sends its output to stderr when used with the Zed CLI tools, we've discussed having the Zui app send debug output somewhere prominent in the app, such as to a separate tab/window.
Right now debug only sends its output to a single named channel called debug with the regular query output appearing on a channel called main.
The text was updated successfully, but these errors were encountered:
At the time this issue is being opened, Zui is at commit aa15e3e.
brimdata/super#5196 added the
debug
operator to the Zed language. Similar to howdebug
sends its output tostderr
when used with the Zed CLI tools, we've discussed having the Zui app senddebug
output somewhere prominent in the app, such as to a separate tab/window.Right now
debug
only sends its output to a single named channel calleddebug
with the regular query output appearing on a channel calledmain
.The text was updated successfully, but these errors were encountered: