Skip to content

Instantly share code, notes, and snippets.

@aarzilli
Created March 5, 2016 11:09
Show Gist options
  • Save aarzilli/3503eff5b25952befff9 to your computer and use it in GitHub Desktop.
Save aarzilli/3503eff5b25952befff9 to your computer and use it in GitHub Desktop.
Process 24607 has exited with status 0
$ ~/n/go/src/github.com/derekparker/delve/dlv-new debug -- ciao.txt
Type 'help' for list of commands.
(dlv) vars strconv
strconv.statictmp_0739 = [16]uint16 [...]
strconv.statictmp_0738 = [73]uint16 [...]
strconv.statictmp_0737 = [342]uint32 [...]
strconv.statictmp_0736 = [136]uint16 [...]
strconv.statictmp_0735 = [470]uint16 [...]
strconv.statictmp_0734 = [61]struct strconv.leftCheat [...]
strconv.statictmp_0731 = [9]int [...]
strconv.initdone· = 0
strconv.isGraphic = []uint16 len: 16, cap: 16, [...]
strconv.isNotPrint32 = []uint16 len: 73, cap: 73, [...]
strconv.isPrint32 = []uint32 len: 342, cap: 342, [...]
strconv.isNotPrint16 = []uint16 len: 136, cap: 136, [...]
strconv.isPrint16 = []uint16 len: 470, cap: 470, [...]
strconv.shifts = [37]uint [...]
strconv.smallPowersOfTen = [8]struct strconv.extFloat [...]
strconv.powersOfTen = [87]strconv.extFloat [...]
strconv.uint64pow10 = [20]uint64 [...]
strconv.leftcheats = []strconv.leftCheat len: 61, cap: 61, [...]
strconv.ErrRange = error nil
strconv.optimize = true
strconv.float32info = struct strconv.floatInfo {mantbits: 23, expbits: 8, bias: -127}
strconv.float64info = strconv.floatInfo {mantbits: 52, expbits: 11, bias: -1023}
strconv.powtab = []int len: 9, cap: 9, [...]
strconv.ErrSyntax = error nil
(dlv) trace printLine
Tracepoint 1 set at 0x4010fb for main.printLine() ./main.go:16
(dlv) on 1 args
(dlv) c
> main.printLine(0, []uint8 len: 16, cap: 16, [...], 1, io.Writer(*struct bufio.Writer) 0xc82003fbc0, 5) ./main.go:16 (hits goroutine(1):1 total:1) (PC: 0x4010fb)
䷀ ䷘䷺䷯ ䷘䷅䷇ ䷀䷄䷀ |ciao. |
Process 24687 has exited with status 0
(dlv) q
Process 24687 has exited with status 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment