Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two concurrent debug sessions doesn't work #31

Open
aviramha opened this issue Jul 17, 2023 · 1 comment
Open

Two concurrent debug sessions doesn't work #31

aviramha opened this issue Jul 17, 2023 · 1 comment

Comments

@aviramha
Copy link
Member

aviramha commented Jul 17, 2023

When running two different debug sessions, each one different config file and target at the same time in the same window in VSCode, the second launched service doesn't hit breakpoints/get traffic and looks pretty much dead.
Happened on macOS + operator while targeting deployment - more specifically running ip-visit-counter then ip-info
https://github.com/metalbear-co/playground
ip-info doesn't steal/answer traffic (then dies?)
We thought maybe it's a Go/Delve/VSCode issue but when I did the same without mirrord active it worked.

@aviramha
Copy link
Member Author

I managed to reproduce it without operator. I guess it comes to two options:

  1. VSCode extension shares some state between different mirrord instances that create collision
  2. VSCode/Delve issue (though when I built a very simple 2 apps it didn't reproduce without mirrord)

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

No branches or pull requests

1 participant