I am having trouble getting VS Code to work in a debug session with the simulator on my Linux development machine. The simulator works fine from both VS Code and command line, however when I attempt to run in debug mode with some breakpoints set, the simulator simply runs and the breakpoints are grayed out in VS Code. If I set a watch, it shows "not available", any command in the debug console is returned with "Internal error.". If I pause the debugging, the simulated program will stop running, but in VS Code I get a new tab open titled <native api> and in it is the following error message "The editor could not be opened due to an unexpected error: Cannot read properties of undefined (reading 'create')"
It seems like there is some sort of failure in connecting to whatever debug service runs in the simulator, but I am not sure.
Does anyone have any suggestions on what I might want to try to fix this?