Skip to content

Port pseuCo Debugger to React and make it usable for pseuCo Book.

Felix Freiberger requested to merge react-debugger into react

The pseuCo Debugger should be usable in the book to visualize failing traces for testing-based pseuCo exercises. The current state is:

  • Port the Debugger to React.
  • Move it to pseuco-shared-components.
  • Generalize it to work in pseuCo Book, too. (Bootstrap, Glyphicons, Dark Mode, …)
  • Generalize it to work as a trace explorer without allowing to modify choices.
  • Add support to visualize test violations.

As this MR touches actions and taskManager, I'd like a look from you, @thamma. If everything is OK, I'll merge this to react and continue development there. Further development will only concern PseuCoDebugger.tsx (which will move to pseuco-shared-components) and its interface in actionDebugPseuCo.js.

Edited by Felix Freiberger

Merge request reports