huanzai

Results 9 comments of huanzai

是哦 没有 remove 方法。根本没法用

支持 太需要这个功能了,我用的是钉钉 @RockChinQ

[#128 ] 我看这里需要:在coroutine中调用require "debugger":attach{},通知调试器这个coroutine需要调试。

[attach.zip](https://github.com/user-attachments/files/16909949/attach.zip) 见这个例子, 1. launch.json 的 stopOnEntry: false ,不加断点启动 2. 在启动 debugger 后,再对 test1 加断点(test1.lua在协程内被加载) 3. 此时断点不生效 所以想通过在协程中attach来激活协程的hook

The issue not only when change the layout, but also scoll the console panel. the performance of the plugin_host-3.3 looks ok.

The effect has improved after change the value to +3. But I still need improve the checker frame rate. In my computer the cpu cost of plugin_host-3.3 is always 0...

I working on a new Lua adapter which works fine on vscode

Yes, in Lua adpater something will send non-utf8 characters. I thought SublimeDebugger may not support non-utf8 but it shouldn't raise a error.

Ok, I got, I will fix the adapter.