Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Visual Studio 用の Python ツールを使用しています。クラス コンストラクターにブレークポイントを設定すると、次のような灰色のタブが表示されます。
No Source Available "The current thread is not currently running code or the call stack could not be obtained"
それを修正する方法は?
send()基礎となるプロトコルについて議論することに関する多くの質問を見てきました。TCP の場合、メッセージが送信されるときにメッセージが分割される可能性があり、受信者が 1 つのアトミック操作でメッセージを取得するという保証がないことを十分に認識しています。この質問では、send()システム コールがローカル システ
send()