We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21b273 commit 92bab0fCopy full SHA for 92bab0f
go/go.adoc
@@ -510,6 +510,7 @@ func main() {
510
fmt.Println("x 的值:", x)
511
}
512
----
513
+
514
输出如下
515
516
x 的值:1000
@@ -1273,4 +1274,13 @@ $ gdb -tui demo
1273
1274
$ gdb demo
1275
1276
1277
+如果使用gdb有一些报错需要在gdbinit中添加如下配置来去除安全保护措施
1278
1279
+[source, bash]
1280
+----
1281
+line to your configuration file "/home/andrew/.config/gdb/gdbinit".
1282
+To completely disable this security protection add
1283
+ set auto-load safe-path /
1284
1285
1286
0 commit comments