-
I have enabled
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I don't think they're stored anywhere, they just get removed. We call https://www.erlang.org/doc/man/beam_lib.html#strip_release-2 which defines that behaviour and doesn't appear to do anything about extracting the debug info and storing it elsewhere. It's just gone. |
Beta Was this translation helpful? Give feedback.
I don't think they're stored anywhere, they just get removed. We call https://www.erlang.org/doc/man/beam_lib.html#strip_release-2 which defines that behaviour and doesn't appear to do anything about extracting the debug info and storing it elsewhere. It's just gone.