[ARVADOS] created: 2.1.0-468-gf4753c9d2

Git user git at public.arvados.org
Tue Feb 23 23:22:05 UTC 2021


        at  f4753c9d24027e891e924cfa883c345be41f3916 (commit)


commit f4753c9d24027e891e924cfa883c345be41f3916
Author: Nico Cesar <nico at nicocesar.com>
Date:   Tue Feb 23 17:07:02 2021 -0500

    fixing launch.json
    
    Arvados-DCO-1.1-Signed-off-by: Nico Cesar <nico at nicocesar.com>

diff --git a/.vscode/launch.json b/.vscode/launch.json
index 8e663f00a..220cbe409 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -9,7 +9,7 @@
             "type": "go",
             "request": "launch",
             "mode": "auto",
-            "program": "cmd/arvados-server/cmd.go",
+            "program": "${workspaceFolder}/cmd/arvados-server/cmd.go",
             "env": {},
             "args": ["controller"]
         },

commit 779833d8161d0256088371d9f6feb8ee01d9321b
Author: Nico Cesar <nico at nicocesar.com>
Date:   Tue Feb 23 15:00:04 2021 -0500

    vscode launch configuration
    
    Arvados-DCO-1.1-Signed-off-by: Nico Cesar <nico at nicocesar.com>

diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 000000000..8e663f00a
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,32 @@
+{
+    // Use IntelliSense to learn about possible attributes.
+    // Hover to view descriptions of existing attributes.
+    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+    "version": "0.2.0",
+    "configurations": [
+        {
+            "name": "Launch controller",
+            "type": "go",
+            "request": "launch",
+            "mode": "auto",
+            "program": "cmd/arvados-server/cmd.go",
+            "env": {},
+            "args": ["controller"]
+        },
+        {
+            "name": "Attach to delve in localhost:45000",
+            "type": "go",
+            "request": "attach",
+            "mode": "remote",
+            // remotePath is tricky! the absoulte path to prefix to all filenames. 
+            // That means, "lib/controller.go" should be found in $remotePath/lib/controller.go"
+            //  otherwise breakpoints wont work. If in doubt use "trace":"verbose" to debug 
+            // "trace": "verbose"
+            "remotePath": "/usr/src/arvados/",
+            "port": 45000,
+            "host": "localhost",
+            "apiVersion": 2
+            
+        }
+    ]
+}

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list