i can debug my web app server code with no problem with the Go, VSCODE, and 
Delve setup.

the client connecting to that web app is a console app, which primarily 
does the following:

gets json data from the server, stuffs the data into the table widget of 
the terminal user interface (3rd party Go package) for display, lets users 
edit the data, etc

the console app runs fine when i go run client.go. but when i want to debug 
the code, the client app doesn't show up :-)

so i'm currently forced to log println's out to a file so i can keep moving 
forward.

any suggestion what i can do so that i can start up my console app in debug 
mode and when it shows up, interact with it until i get to preset 
breakpoints, etc (or other set of steps that might work)?

i'm working in a windows 10 development machine, go version 1.9.2, and 
VSCODE 1.19.3

thanks for any help!

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to