Files
kolibrios/programs/system/dbgboard/README.md
rgimad 7be10a5863
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 32s
Build system / Build (pull_request) Successful in 8m16s
Apps/dbgboard: add display modes and new highlights
2025-03-13 16:33:14 +03:00

532 B

DBGBOARD - a console-based debug board

Main advantages over the old board:

  • Bigger font
  • Scrolling (like in other console apps)
  • Messages highligting
  • K : - kernel messages (K: also supported cause some code in kernel prints such)
  • L: - launcher messages
  • I: - information
  • W: - warning
  • E: - error
  • S: - success

Also, like the old board it writes log to /tmp0/1/boardlog.txt (or you can pass another path in args like /sys/develop/dbgboard /tmp0/1/hgfdhgfh.txt), you can view log file in cedit by hitting F2 key