嵌入式Linux通用的前提是系统上具有gdbserver程序。
参考连接
配置slickedit调试
Windows上的wsl配置
- 1.windows安装vcxsrv
- 2.Windows启动
XLauch
,配置选择one large window
,其他默认的即可
- 3.wsl运行
startxfce4
- 4.安装
slickedit
到wsl
- 5.配置
slickedit
的debug配置gdbserver 端口
与gdbserver ip
- 进入菜单
tools
->options
->Debugging
->Configurations
- 进入菜单
Debug
->Attach Debugger
->Attach to Remote Process(GDB)
- 6.连接远程
debugger
Linux上的配置
- 1.安装
slickedit
到Linux
- 2.配置
slickedit
的debug配置gdbserver 端口
与gdbserver ip
- 进入菜单
tools
->options
->Debugging
->Configurations
- 进入菜单
- 进入菜单
Debug
->Attach Debugger
->Attach to Remote Process(GDB)
- 3.连接远程
debugger