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.
Python cli アプリの開発中に、pdb を使用してターミナルからデバッグしています。
Webリクエストのコンテキストでpdbを使用する方法を示す例を見つけるのに苦労しています(Apacheまたは他のWebサーバーを使用)。PHP では、リクエストの一部として XDEBUG_SESSION_START を渡すと、デバッグ セッションに移行します。pdbで同じことをどのように達成できるか疑問に思っています。