Can one write code to add breakpoint in pycharm?

I have a python project, and I want to add many breakpoints according to a rule with writting code. Can this be achieved in PyCharm?

0

I'm doing a project in PyCharm. A fellow recommended it instead of Eclipse. Read these articles (guides): How to convert a breakpoint into a conditional breakpoint in IntelliJ (eviltester.com source) or Jetbrains > Using breakpoints in my assignment

0

请先登录再写评论。