Skip to content

Update command line arguments to match master branch #11052

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

skyace65
Copy link
Contributor

Follow up to #11030. I've gone through https://github.com/godotengine/godot/blob/master/main/main.cpp (options start at line 536) and updated what's in the docs to match what's in there. I haven't gone through all of the descriptions though so there may be some discrepancies. But every option that exists in master exists here.

Some options are marked as deprecated, I haven't changed those since there's no current formatting for that.

The options --accurate-breadcrumbs and --extra-gpu-memory-tracking seem to require debug and dev to be enabled. I'm using the existing |debug| for them, but let me know if I should do something different.

@skyace65 skyace65 added this to the 4.5 milestone Jun 23, 2025
@skyace65 skyace65 added enhancement area:manual Issues and PRs related to the Manual/Tutorials section of the documentation labels Jun 23, 2025
@Calinou
Copy link
Member

Calinou commented Jun 25, 2025

The options --accurate-breadcrumbs and --extra-gpu-memory-tracking seem to require debug and dev to be enabled. I'm using the existing |debug| for them, but let me know if I should do something different.

We could add a new dev visibility level for options, but this should be done at an engine level first in 4.6.

Edit: The exact #if is defined(DEBUG_ENABLED) || defined(DEV_ENABLED), so it's available in all debug builds anyway. We can probably leave things as-is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:manual Issues and PRs related to the Manual/Tutorials section of the documentation enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants