Update to OTP25 and debugger support for OTP25/26/27#26
Merged
bjosv merged 9 commits intoerlang:masterfrom Jun 3, 2025
Merged
Conversation
Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
dbg_*.erl and int.erl copied from otp_src_26.2.5.12.tar.gz located in otp_src_26.2.5.12/lib/debugger/src/ Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
dbg_*.erl and int.erl copied from otp_src_27.3.3.tar.gz located in otp_src_27.3.3/lib/debugger/src/ Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
Apply the same changes done in erlide_debugger_25 but add comments to highlight the modifications. Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
Use a rebar3 version with OTP support range: 25-27 File copied from: https://github.com/erlang/rebar3/releases/download/3.24.0/rebar3 Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
Using git ls-files | xargs sed -i 's|0\.117\.0|0.118.0|g' and manual update of erlide_debugger_25.app.src Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
Collaborator
|
How much of this is automated and which parts are not? What needs to be reviewed manually? I read that OTP 28 has an "experimental API for a native debugger" in the release notes, https://www.erlang.org/downloads/28 so in the future we can reduce some of this code hopefully. |
Collaborator
Author
The PR is mainly a repetition of the needed steps we did in the previous lift. |
zuiderkwast
approved these changes
Jun 2, 2025
Collaborator
zuiderkwast
left a comment
There was a problem hiding this comment.
If it's tested and it works, then I don't think it's necessary to review all of this very carefully. Feel free to merge it if you feel comfortable.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
rebar3version to 3.24.0Using a rebar3 version with OTP support range: 25-27
(Individual commits should be merged to keep needed steps for future changes.)