Skip to content

EVM: Debugger: add flag for no debug

Pierre-Emmanuel CORNILLEAU requested to merge pec@evm@debugger_debug_flag into master

Context

With long execution the kernel right a lot of debug messages. This might take a long time to write to a terminal, and might interfere with the time command.

This MR introduces a flag to deactivate the kernel debug messages.

Manually testing the MR

Use the debugger with a kernel and the --no-kernel-debug flag, and compare with an execution without.

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR

Merge request reports