You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When add breakpoints with <Leader>b, the new added line always indent by space, however, the source python file may indent by Tab; in this case, there will be unexpected indent error.
Could the breakpoint line honor other line's indent setting?