Search code examples
pythonpython-3.xdebuggingpycharmbreakpoints

Set a breakpoint for all search results in PyCharm


I have made a search in PyCharm with classical Ctrl+Shift+F, and I just want to set a breakpoint at every line in result for debugging at once.

Does exists some functionality in the IDE to do this?


Solution

  • There's no such feature, unfortunately. Though you can place breakpoints manually in "Find in Path" preview window for a given search item.

    Feel free to create a feature request in PyCharm's bug tracker https://youtrack.jetbrains.com/issues/PY