Srikanth Vavilapalli | 1725e49 | 2014-12-01 17:50:52 -0800 | [diff] [blame^] | 1 | The debug command enables and disables various settings intended to |
| 2 | describe the cli's own behavior. In addition, some of the choices |
| 3 | allow nested invocation of various other tools, intended to debug |
| 4 | various related controller components, for example, 'debug cassandra-cli' |
| 5 | is intended to enter the cassandra cli to view internal database state, |
| 6 | and 'debug bash' is intended to enter a bash subshell to gain access to |
| 7 | the internal environment of the controller. |