Path recognition issue after STM32Cube Debug Generic GDB Server plugin update
STM32Cube Debug Generic GDB Server (version 0.9.0)
Using the code below, I can debug normally.

After updating from version 0.9.0 to later versions,There was an error during debugging。

I tried writing to the absolute path, and it worked fine.
But the problem is, before updating the plugin, I didn't need to do this.
Since I have many projects, I don't want to modify them one by one.
So after the plugin update, is it that querying system environment variables is no longer supported or is there some other issue?
If the plugin no longer supports it, then I will have to modify each project one by one or stick with an earlier version of the plugin.
