Author Topic: Python debugging: Conditional Breakpoints  (Read 717 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Python debugging: Conditional Breakpoints
« on: October 25, 2021, 04:50:37 PM »
When I create a breakpoint I can make it conditional.
But in the Breakpoints tool the "Properties" item in the context menu is disabled.
There doesn't appear to be any way to
#1: Tell that a break point is conditional
#2: Edit the condition.

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: Python debugging: Conditional Breakpoints
« Reply #1 on: October 25, 2021, 07:46:17 PM »
I can reproduce that.  I can only edit the breakpoint properties with the button on the left with the wrench, but not with the context menu. 

For #1, true enough.  We don't have a conditional column in the breakpoints tool window, or a different gutter icon for breakpoints with conditions, so the only way to see now is to bring up the properties.

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: Python debugging: Conditional Breakpoints
« Reply #2 on: October 25, 2021, 08:22:17 PM »
Fixed the disabled context menu entry for the first v26 hotfix.