Skip to content

Enable symbolic traceback on exception#22

Open
jquorning wants to merge 4 commits intoyet-another-static-site-generator:masterfrom
jquorning:symbolic-traceback
Open

Enable symbolic traceback on exception#22
jquorning wants to merge 4 commits intoyet-another-static-site-generator:masterfrom
jquorning:symbolic-traceback

Conversation

@jquorning
Copy link
Contributor

No description provided.

@AJ-Ianozi
Copy link
Member

I'm ignorant on debugging and tracebacks, but should this usually be done when not in release mode? (how helpful is it without -g?)

@jquorning
Copy link
Contributor Author

jquorning commented Jul 1, 2025

The symbolic backtrace for release lacks line numbers but at least has the subprograms.
Yass suggests to report back with error.log but it is quite useless without backtrace.

I would be nice to avoid having a lot of debug info in the executable. This may be why just the addresses and load address is provided as standard on mac. The you put this info into atos - If I remember correctly - and this emits the backtrace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants