lmotta / debug_vs_plugin

Plugin to Enable Debug for Visual Studio( tested in Visual Studio Code)
GNU General Public License v2.0
20 stars 8 forks source link

Fix new instance launching #14

Open ivanbarsukov opened 1 year ago

ivanbarsukov commented 1 year ago

Solves #12

ivanbarsukov commented 8 months ago

Please add the check to see if debugpy server is already started or not on the given port, as it is not possible to close the listening on that port number even if plugin is reloaded, it is throwing error, just add a check if listening in on, don't start the server again

It looks like the described issue is not related to this PR and is not a blocker to fixing the current issue that is affecting many users. If I find time to resolve this, I'll be sure to send another PR.