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?
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?