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-613680707
 
 
   Alright, well I nuked everything and rebuilt it again, and it still doesn't 
break on breakpoints. I used this debugger config:
   ```json
   {
       "version": "0.2.0",
       "configurations": [
           {
               "name": "Launch",
               "type": "go",
               "request": "attach",
               "mode": "remote",
               "cwd": 
"/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/",
               "remotePath": 
"/tmp/go/src/github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang",
               "port": 2345,
               "host": "127.0.0.1",
               "showLog": true
           }
       ]
   }
   ```
   and I also tried:
   ```json
   {
       "version": "0.2.0",
       "configurations": [
           {
               "name": "Launch",
               "type": "go",
               "request": "launch",
               "mode": "remote",
               "program": 
"/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/",
               "remotePath": 
"/tmp/go/src/github.com/apache/trafficcontrol/traffic_ops/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

Reply via email to