actboy168 / lua-debug

Lua Debug Adapter for Visual Studio Code
MIT License
431 stars 93 forks source link

add event updateVmState and ngx.update_time #200

Closed fesily closed 1 year ago

actboy168 commented 1 year ago

解释一下这个修改的意思?

fesily commented 1 year ago

openresty的时间是一个缓存值,进入lua之后就是固定的,如果中途命中断点,则时间不一致,导致很多依赖时间的回调函数都会立即生效. 这个情况等于调试器对VM产生了副作用