You've already forked code_examples_server
mirror of
https://github.com/AdaCore/code_examples_server.git
synced 2026-02-12 12:45:18 -08:00
... which caused processing to stop at the first stderr line read from input. Instead, keep processing until there is no stderr *and* no stdout to be read. Extract 'print' subprograms to the main level, and modify print_debug so that it returns data formatted in json, so it can be displayed on the page.