I used this command, but forgot how to enable it:
In the elevated console that ctrl + ` calls, I typed something like ...
turn_on_debug_mode
... and the elevated console started logging every command I run. For example, if I click the right mouse button in the view and click Copy file path , and then in the elevated console I found a record of this action with the name of the command to be called, for example copy_file_path .
So, it was an easy way to capture the names of commands that I could use in self-signed elevated plugins.
The problem is that I donβt remember how to enable this debugging mode.
source share