Skip to content

Fix new instance launching#14

Closed
ivanbarsukov wants to merge 1 commit intolmotta:masterfrom
ivanbarsukov:fix_win
Closed

Fix new instance launching#14
ivanbarsukov wants to merge 1 commit intolmotta:masterfrom
ivanbarsukov:fix_win

Conversation

@ivanbarsukov
Copy link

@ivanbarsukov ivanbarsukov commented Sep 15, 2023

Solves #12

@ivanbarsukov ivanbarsukov changed the title Fix working on windows Fix new instance launching Sep 20, 2023
Copy link

@vedrk5672 vedrk5672 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@ivanbarsukov
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants