actboy168 / lua-debug

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

Issue when attaching to process in a multiroot workspace #120

Closed matiasmarion closed 3 years ago

matiasmarion commented 3 years ago

Hey! I'm trying to set up the extension to debug a project that uses Lua code. I tried doing so a couple of months ago and I was able to attach to the running process, but since updating VS Code (at least to version 1.32.1) I'm getting the following error:

2021-02-17-1008_VirtualBoxVM

I'm using the default "Attach" configuration, only changing the port for the address;

{ "name": "attach", "type": "lua", "request": "attach", "stopOnEntry": true, "address": "127.0.0.1:4278" },

Any idea as to what this could be?

Thanks!