chore(deps): update dependency delve to v1.24.0 #3539
Merged
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.
This PR contains the following updates:
latest
->1.24.0
Release Notes
go-delve/delve (delve)
v1.24.0
Added
Fixed
Changed
v1.23.1
Telemetry notice: starting with version 1.24.0 Delve will begin collecting opt-in telemetry data using the same mechanism used by the toolchain, see golang/go#68384, https://go.dev/doc/telemetry#background, #3815.
Fixed
v1.23.0
Deprecation notice: starting with the next version of Delve version 1 of the API will be removed. Version 2 was added in version 0.12.0 in 2017 and has been the recommended way to connect to Delve since.
Added
next-instruction
command (#3671, @derekparker)break
now allows adding a condition the a breakpoint with a postfix notation (break <name> <locspec> if <condition>
) (#3693, #3702, @derekparker)step
command is executed ongo funccall()
statements it will stop on the newly created goroutine (#3686, @aarzilli)$DELVE_RR_RECORD_FLAGS
and$DELVE_RR_REPLAY_FLAGS
(#3726, @aarzilli)--follow-calls
to trace command (#3594, @archanaravindar)Fixed
Changed
v1.22.1
Added
--listen
andconnect
now support Unix Domain Sockets (#3655, ##3658, @aarzilli)print
,vars
,args
andlocals
(#3620, @aarzilli)Fixed
/proc/net/tcp
when it has 10000 or more entries (#3660, @michaelmerg)runtime.frame(n)
inside breakpoint conditions (#3624, @aarzilli)Changed
v1.22.0
Added
Fixed
config
command is used (#3567, @aarzilli)Changed
v1.21.2
Added
Fixed
Changed
v1.21.0
Added
dlv trace
has a new option,--timestamp
, that prints timestamps before every trace event (#3358, @spacewander)Fixed
dlv trace
(#3405, @nozzy123nozzy)Changed
quit -c
will ask for confirmation when breakpoints still exist (#3398, @aarzilli)v1.20.2
Added
Fixed
Changed
v1.20.1
Fixed
v1.20.0
Added
Fixed
Changed
v1.9.1
Added
Fixed
Changed
v1.9.0
Added
Fixed
Changed
v1.8.3
Added
Fixed
Changed
v1.8.2
Added
Fixed
Changed
v1.8.1
Added
transcript
command (@aarzilli)dump
command on windows (@aarzilli)Fixed
Changed
goroutines
command looks for the user frame it will exclude frames in internal and runtime/internal in addition to private runtime functions (@aarzilli)break
andtrace
will set a breakpoint on the current line if no argument is specified (@thockin)v1.8.0
Added
Fixed
Changed
v1.7.3
Added
Fixed
Changed
v1.7.2
Added
Fixed
Changed
v1.7.1
Added
Fixed
Changed
v1.7.0
Added
Fixed
Changed
[
v1.6.1
](https://redirecConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.