We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
debug_info
I'm using trying appup with otp24, I got crash after I modify an erlang file and appup generate
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
:then, I try to use otp22 and rebar3(3.11.0) and it work well
The text was updated successfully, but these errors were encountered: