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 完成同样的事情。