delve/service/test
Alessandro Arzilli b120b11cc3
terminal: add optional format argument to print, display (#2398)
Changes print so a format argument can be specified by using '%' as
prefix. For example:

    print %x d

will print variable 'd' in hexadecimal. The interpretarion of the
format argument is the same as that of fmt's package.

Fixes #1038
Fixes #1800
Fixes #2159
2021-03-25 09:45:30 -07:00
..
common_test.go service,terminal: apply substitute path to trace/break argument 2020-11-17 16:41:35 +01:00
integration1_test.go terminal: add optional format argument to print, display (#2398) 2021-03-25 09:45:30 -07:00
integration2_test.go terminal: add optional format argument to print, display (#2398) 2021-03-25 09:45:30 -07:00
variables_test.go terminal: add optional format argument to print, display (#2398) 2021-03-25 09:45:30 -07:00