为 PyCharm 中的所有搜索结果设置断点

Set a breakpoint for all search results in PyCharm

我在 PyCharm 中使用经典 Ctrl+Shift+F[= 进行了搜索18=],我只想在result中的每一行都设置一个断点,以便一次性调试。

IDE 中是否存在某些功能可以做到这一点?

不幸的是,没有这样的功能。尽管您可以在 "Find in Path" 预览 window 中为给定的搜索项手动放置断点。

随时在 PyCharm 的错误跟踪器中创建功能请求 https://youtrack.jetbrains.com/issues/PY