Skip to content
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

Add support for Microsoft debug symbols server with official binaries #8861

Open
dsh0416 opened this issue Jan 11, 2024 · 2 comments
Open

Add support for Microsoft debug symbols server with official binaries #8861

dsh0416 opened this issue Jan 11, 2024 · 2 comments

Comments

@dsh0416
Copy link

dsh0416 commented Jan 11, 2024

Describe the project you are working on

A 3D RPG Game

Describe the problem or limitation you are having in your project

When using official releases of Godot engine, when the game crashes in Windows, we found it hard to analyze the crash dump that happens in the game engine. We see that the debug symbols generation option is disabled during the GitHub CI process, to save the size of the packages and templates.

Describe the feature / enhancement and how it helps to overcome the problem or limitation

This will help users to debug engine issues from crash dump, especially for release versions.

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

Simply do not remove the symbols during the build process, and serve the files in HTTP(S) that follows Microsoft Symbol Server's protocol.

If this enhancement will not be used often, can it be worked around with a few lines of script?

The current workaround that we are using is that when such things happen, we temporarily build an engine from scratch to reproduce the exception again. Since our build environment and arguments may not perfectly matches the CI environment, we know that the symbols could not be used to deal with games released. But we still want to catch up the upstream for the community.

Is there a reason why this should be core and not an add-on in the asset library?

It can't.

@AThousandShips
Copy link
Member

@Calinou
Copy link
Member

Calinou commented Jan 11, 2024

A symbol server would require implementing #1342 and then converting MinGW symbols to PDB format, as Microsoft's symbol server only works with that format.

@Calinou Calinou changed the title Official Symbol Server Add support for Microsoft debug symbols server with official binaries Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants