Of course! The code can be really simple like this:
*const myValueStr = "try"const myValueInt = 12* *func DoSomething() { fmt.Println("Instruction only to put a breakpoint")}* and the result with delve: *(dlv) print %v myValueInt12(dlv) print %v myValueStrCommand failed: could not find symbol value for myValueStr* Benoit -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/89042acf-1a57-467e-8df4-f33fbd71415en%40googlegroups.com.