actboy168 / lua-debug

Lua Debug Adapter for Visual Studio Code
MIT License
439 stars 95 forks source link

Cannot run in restricted environment due to heavy use of io #301

Open brians-code opened 2 months ago

brians-code commented 2 months ago

I am trying to attach a debugger to a game in Steam. It keeps failing to run debugger.lua because every time your code uses io it throws an error. It is a sandboxed environment for security. Is there any way to use your debugger in an environment like that?