Is it possible to debug two individual projects if one of them is attached?
I recently found out about the “Attach” option when opening a second project with WebStorm.
I do have two projects, none is my frontend and the other one is my backend. Currently i constantly have two IDE instances running for each project. Now i found out that I can attach a project and now I do see both projects in the same IDE instance, however I'm only able to debug the project which was opened first.
Is there a possibility that I can debug both project from the shared view, because then I would not need to have a separate instance of the IDE up and running.
Thanks in advance!
请先登录再写评论。
Hi Elena,
thanks for your response!
I was unable to see my run configurations for both projects because they were not stored as project file.
Once I enabled to checkbox to store them as a project file, everything worked as expected.
Thanks!
Happy New Year!