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

We should export the engine with debug symbols #48

Open
Ughuuu opened this issue Oct 17, 2024 · 2 comments
Open

We should export the engine with debug symbols #48

Ughuuu opened this issue Oct 17, 2024 · 2 comments
Assignees
Labels
enhancement New feature or improvement

Comments

@Ughuuu
Copy link

Ughuuu commented Oct 17, 2024

Right now all engine builds are release builds without debug symbols. If a crash occurs, the call stack might look like this:
image

If we were to attach debug symbols (mac and linux) or offer additional symbol files (windows) we could have a nice callstack. Downside would be the extra download size.

@Ughuuu Ughuuu changed the title We should export addons the engine with debug info We should export the engine with debug info Oct 17, 2024
@Ughuuu Ughuuu changed the title We should export the engine with debug info We should export the engine with debug symbols Oct 17, 2024
@Starkium Starkium added the enhancement New feature or improvement label Oct 19, 2024
@Bioblaze
Copy link
Member

Bioblaze commented Dec 3, 2024

adding this now for our official release.

@Bioblaze
Copy link
Member

  • Update Editor json to include symbols as their own file. @Bioblaze
  • Add Editor Symbols per Editor to be in a folder @Bioblaze
  • Update Website to Display download option for Symbols @sshiiden
  • Update CI/CD to include requirements for symbols @Bioblaze

These are the things we need, will be updated here shortly and we'll close this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement
Projects
Status: In Progress
Status: In progress
Development

No branches or pull requests

4 participants