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

デバッグに2回F5が必要 #1

Open
fuji8 opened this issue Jun 13, 2022 · 1 comment
Open

デバッグに2回F5が必要 #1

fuji8 opened this issue Jun 13, 2022 · 1 comment
Labels
environment 開発環境

Comments

@fuji8
Copy link
Owner

fuji8 commented Jun 13, 2022

前提

  • サーバーを起動するのはクライアント
    • 通信自体はstdioでやってるが、そこらへんの設定がよく分からずクライアントに起動させている
    • 本来は独立にサーバーを起動させたい
  • 起動したサーバーにアタッチすることでデバッグしている

現状

遅らせること自体は preLaunchTask で出来るらしいが、AttachLaunch が始まるのは preLaunchTask より前で、そこで失敗する。
そのせいでそもそも preLaunchTask が実行されていない

参考

https://stackoverflow.com/questions/42867765/compounds-debugging-in-vs-code-with-delayed-launch

{
"label": "sleep-delay",
"type": "shell",
"command": "sleep 10",
"group": "none",
}

@fuji8 fuji8 changed the title デバッグに2回F5が必要 デバッグに2回F5が必要 Jun 13, 2022
@fuji8 fuji8 added the environment 開発環境 label Jul 24, 2022
@fuji8
Copy link
Owner Author

fuji8 commented Sep 11, 2022

TCP か何かで通信する

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
environment 開発環境
Projects
None yet
Development

No branches or pull requests

1 participant