Skip to main content
Visitor II
October 13, 2022
Solved

STVD (Visual Develop) cannot set breakpoint on mouse click

  • October 13, 2022
  • 2 replies
  • 1640 views

Hi all

I have recently changed my computer, and reinstall STVD for the development of STM8 applicaiton.using cosmic compiler. In my old computer, I used to set up breakpoint by just double clicking the very left column (where line number appears) at the statement of the source code viewer, and a red dot appears making the breakpoint set. with my new computer, that does not work, clicking the mouse at the left column does not have any effect to set breakpoint. The alternative way is the right click popup and select insert/remove breakpoint.

Is there any one out there having the same problem, and any way in settings to enable this feature?

Rgds

Calvin

    This topic has been closed for replies.
    Best answer by Kmax18

    The STVD Editor's margin features are configurable. In the Tools >> Options >> Edit window uncheck the 'Margin selection' box in order to enable the setting of breakpoints. See the below screenshot and the STVD Manual section 2.7.1 'Customizing editor features'.

    0693W00000Uo8UOQAZ.png

    2 replies

    Kmax18Answer
    Graduate II
    October 16, 2022

    The STVD Editor's margin features are configurable. In the Tools >> Options >> Edit window uncheck the 'Margin selection' box in order to enable the setting of breakpoints. See the below screenshot and the STVD Manual section 2.7.1 'Customizing editor features'.

    0693W00000Uo8UOQAZ.png

    Visitor II
    October 17, 2022

    Thank you KMath.1, it works.

    Calvin.

    Graduate II
    October 17, 2022

    Thanks for the feedback @Chan.Calvin​. Please click on 'Best Answer' so the topic is marked as answered. Thank you!