You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
挺久没有接触 c++ 代码,想通过调试阅读 example 的代码,通过 vscode 配置了一下 launch.json ,preLaunchTask 没问题,但是调试失败,错误信息如下:
=thread-group-added,id="i1"
GNU gdb (Ubuntu 8.2-0ubuntu1) 8.2
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty"for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration"for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type"help".
Type "apropos word" to search for commands related to "word".
Warning: Debuggee TargetArchitecture not detected, assuming x86_64.
=cmd-param-changed,param="pagination",value="off"
Stopped due to shared library event (no libraries added or removed)
Loaded '/lib64/ld-linux-x86-64.so.2'. Symbols loaded.
[Inferior 1 (process 9764) exited with code 0177]
The program '/home/work/app/plato/bazel-bin/example/pagerank' has exited with code 177 (0x000000b1).
挺久没有接触 c++ 代码,想通过调试阅读 example 的代码,通过 vscode 配置了一下 launch.json ,preLaunchTask 没问题,但是调试失败,错误信息如下:
配置的 launch.json 如下:
还请不吝赐教
The text was updated successfully, but these errors were encountered: