actboy168 / lua-debug

Lua Debug Adapter for Visual Studio Code
MIT License
435 stars 94 forks source link

vscode这边日志在哪里 #188

Closed exploman closed 1 year ago

exploman commented 2 years ago

有时attach下启动调试后闪退,希望能看到客户端这边的日志。目前是使用商店下载的二进制版本

exploman commented 2 years ago

~/.vscode-server/extensions/actboy168.lua-debug-1.58.2-linux-x64 有一个client.log,不过其中报的错误是调试其他程序的时候输出的。现在我想调试freeswitch中的lua脚本,vscode连上后,一到二秒后就会断开,也看不到断点命中,也在client.log中也看不到日志输出。

exploman commented 2 years ago

使用了,ssh remote 插件

actboy168 commented 2 years ago

日志就在根目录下。不过大多数情况下不会有日志输出,需要日志要自己加。