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

no debug_info when release with otp24 #70

Open
DominicGame opened this issue Oct 22, 2022 · 0 comments
Open

no debug_info when release with otp24 #70

DominicGame opened this issue Oct 22, 2022 · 0 comments

Comments

@DominicGame
Copy link

I'm using trying appup with otp24, I got crash after I modify an erlang file and appup generate

I check the code(rebar3_appup_generate:module_dependencies/3) and find out beam haven't debug_info:

xref:add_directory(xref,"/tmp/test/_build/default/rel/test/lib/test-0.1.10/ebin").
Skipping /tmp/test/_build/default/rel/test/lib/test-0.1.10/ebin/test.beam (no debug information)
Skipping /tmp/test/_build/default/rel/test/lib/test-0.1.10/ebin/test_sup.beam (no debug information)
Skipping /tmp/test/_build/default/rel/test/lib/test-0.1.10/ebin/test_app.beam (no debug information)
{ok,[]}

then, I try to use otp22 and rebar3(3.11.0) and it work well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant