mirror of
https://github.com/golang/go
synced 2024-11-11 22:50:22 -07:00
doc/go1.11: Delve 1.1.0 added support for method calls
Change-Id: I5f887f9831378cf76f5a9f447f481ea24c63f390 Reviewed-on: https://go-review.googlesource.com/129803 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
bf80e3b564
commit
edf81050a8
@ -273,9 +273,8 @@ func f(v interface{}) {
|
||||
|
||||
This is useful, for example, to call <code>String</code> methods
|
||||
when paused at a breakpoint.
|
||||
<!-- TODO(austin): Make sure methods calls are actually supported by Delve -->
|
||||
|
||||
This is currently only supported by Delve.
|
||||
This is currently only supported by Delve (version 1.1.0 and up).
|
||||
</p>
|
||||
|
||||
<h3 id="test">Test</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user