breakpoint() python is auto-clearing terminal

33 Views Asked by At

After each step from my code when debbuging the application, the breakpoint() is auto-clearing the terminal. It's so bad because I lose all logs during before step.

Why this is occurring?

obs: The blank spaces is the same thing when type clear in terminal

  • Running application

enter image description here

  • After breakpoint

enter image description here

0

There are 0 best solutions below