damiankoper / vscode-gdb-debug

To make AK2 easier. Based on vscode-mock-debug
5 stars 3 forks source link

always hang on below output. #1

Open shenxiaolong-code opened 2 years ago

shenxiaolong-code commented 2 years ago

Stopped due to shared library event (no libraries added or removed) I have set the : set stop-on-solib-events 0 and clear all catch setting.

shenxiaolong-code commented 2 years ago

when debug the debugger issue, is it possible to keep the terminal output ? -- to delete the clear cmd. /home/xiaolongs/linuxScript/nvidia/csh/gdb_nv/gdb_init_nvidia.gdb","ignoreFailures":true}],"configurationTarget":5,"sessionId":"c03d6d3f-0b36-47f5-b52a-7d6bed4eb613","MIMode":"gdb"} 1: (1418) DbgCmd:echo $$ > /tmp/Microsoft-MIEngine-Pid-islkk5rl.5ln ; cd "/home/scratch.xiaolongs_gpu_1/build/sm90_symm_l_l_cask_sdk_ref_dev_20220801_0708_farm/install/bin" ; DbgTerm=tty ; set -o monitor ; trap 'rm "/tmp/Microsoft-MIEngine-In-hurxk3dv.j4j" "/tmp/Microsoft-MIEngine-Out-3pkcjs3q.rwr" "/tmp/Microsoft-MIEngine-Pid-islkk5rl.5ln" "/tmp/Microsoft-MIEngine-Cmd-3xlxzgct.gtj"' EXIT ; "/usr/bin/gdb" --interpreter=mi --tty=$DbgTerm < "/tmp/Microsoft-MIEngine-In-hurxk3dv.j4j" > "/tmp/Microsoft-MIEngine-Out-3pkcjs3q.rwr" & clear; pid=$! ; echo $pid > "/tmp/Microsoft-MIEngine-Pid-islkk5rl.5ln" ; wait $pid; 1: (1439) Wait for connection completion.