DebugLevel 14

DebugLevel 14, DebugLevel 6 what does it mean? 
I know what a debugger is and what it is for, but I do not know what it is about debugovania?
I am asking for help in explaining what this means

Comments

  • Firmware has some debug flags that can be added and build debug level. This can be set with M111

    - M111 S<debugflags> - Set debugging option. Add values for wanted options:

                1 = echo commands, 2 = info, 4 = errors, 8 = dry run mode, 16 = only communication, no actions

    so 14 is 8 + 4 + 2 so it is dryrun with echoing info and error messages. 
Sign In or Register to comment.