Reset ROOTDEBUG

I have done:

export ROOTDEBUG=7

How do I return to the normal root mode of operation?


Please read tips for efficient and successful posting and posting code

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


unset ROOTDEBUG or export ROOTDEBUG=0

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.