Skip to content

Conversation

@justonedev1
Copy link
Collaborator

In case you need to debug something extensively in debugger and you can replicate the issue locally, you can now run

DEBUG=1 make

or

DEBUG=1 make WHAT=coconut

to create binaries with all the debug symbols and without optimizations (equivalent -O0 in gcc/clang) so you don't get those annoying problems while debugging like:

(dlv) args
timestamp = (unreadable could not find loclist entry at 0x7af03 for address 0xcd7634)
~r0 = (unreadable empty OP stack)

@justonedev1 justonedev1 requested a review from knopers8 as a code owner January 13, 2026 13:38
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