Skip to content

[ENH] debugger console

Elvis Ansima requested to merge ElvisAns/tiki:enh-debugger-console into master

This MR tries to make better the debugger console.

Some recommendations :

  • Add a dropdown to prepend the available commands ( sql, sprint, slist etc)
  • Make a button to show the help
  • Make the results panel .debugger-tab fit the window and be scrollable (try the command slist for instance)
  • Make the results of slist etc copyable

For dragging, we have also replaced JQUERY UI

Demo: Flonnect_2023-04-14_6565d002-9fe3-4070-ad57-9a61d31e9f1d

The known list of commands image

Task : https://avan.tech/item83068-Debugger-Console-Make-it-better-and-document-it

Merge request reports