Toggle Breakpoint - Red circle breakpoint

TimoBoTimoBo Member Posts: 31
If you Toggle Breakpoint (F9) twice, you get a red circle breakpoint. What is the purpose of that?

Answers

  • BBlueBBlue Member Posts: 90
    The empty circle marks the breakpoint, but it isn't active. The full circle sets the breakpoint active.
    To see a list of all brealpoints from a database create a form based on the table Breakpoint.

    Regards
    //Bogdan
  • TimoBoTimoBo Member Posts: 31
    Ok. Thank you :D
  • TomasTomas Member Posts: 420
    BBlue wrote:
    The empty circle marks the breakpoint, but it isn't active. The full circle sets the breakpoint active.
    To see a list of all brealpoints from a database create a form based on the table Breakpoint.

    Regards

    And what is the use of inactive breakpoint?
  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Tomas wrote:
    And what is the use of inactive breakpoint?
    Euhh ... that you can activate them later?
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • kinekine Member Posts: 12,562
    Tomas wrote:
    BBlue wrote:
    The empty circle marks the breakpoint, but it isn't active. The full circle sets the breakpoint active.
    To see a list of all brealpoints from a database create a form based on the table Breakpoint.

    Regards

    And what is the use of inactive breakpoint?

    Something like bookmarks in the debugger...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • TomasTomas Member Posts: 420
    ah, makes more sense now.
    thanks.
Sign In or Register to comment.