Improve --debug-stringnames to be more useful
- Print all StringNames, not just the top 100. - Print statistics at the end of the list of StringNames, with unreferenced and rarely referenced StringNames. - List the CLI argument in `--help` and shell completion.
This commit is contained in:
parent
7a454842d4
commit
38995961df
5 changed files with 18 additions and 2 deletions
1
misc/dist/shell/godot.bash-completion
vendored
1
misc/dist/shell/godot.bash-completion
vendored
|
|
@ -68,6 +68,7 @@ _complete_godot_options() {
|
|||
--remote-debug
|
||||
--debug-collisions
|
||||
--debug-navigation
|
||||
--debug-stringnames
|
||||
--frame-delay
|
||||
--time-scale
|
||||
--disable-render-loop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue