ocket8888 edited a comment on issue #4375: Debug TM, TO, TO Perl, or TR CDN-in-a-Box containers URL: https://github.com/apache/trafficcontrol/pull/4375#issuecomment-613704086 > _"Your GOPATH is `/home/ocket8888`?"_ yes > _"Assuming that your workspace root is your git working tree, `/home/ocket8888/src/github.com/apache/trafficcontrol`..."_ Idk what a "workspace root" is, but I assume it's the folder I have open in VSCode? Because then yes. This configuration also doesn't pause on breakpoints: ```json { "version": "0.2.0", "configurations": [ { "name": "Launch", "type": "go", "request": "attach", "mode": "remote", "cwd": "${workspaceRoot}/traffic_ops/traffic_ops_golang", "remotePath": "/opt/traffic_ops/app/bin/traffic_ops_golang", "port": 2345, "host": "127.0.0.1", "showLog": true } ] } ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
