TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Flowgorithm

Flowgorithm Conditional Breakpoint Statement

Overview

In this tutorial, we will learn about the Flowgorithm Conditional Breakpoint statement. This statement is used for debugging the flowchart.

Earlier, the Breakpoint symbol would always pause the flowchart execution. In Flowgorithm 3.0 version supports conditional Breakpoint.

Conditional Breakpoint

We can use the Breakpoint statement to temporarily pause the flowchart execution. Now, we can specify the condition in the Breakpoint statement. The program will pause only when the condition is True.

The steps to add the Breakpoint symbol are as follows:

  • To add the symbol, right-click on the flowline and choose the Breakpoint symbol from the pop-up window.
  • Double-click on the symbol. This will open the Breakpoint edit window.

 

Flowgorithm Breakpoint Symbol

 

 

 

  • Specify the breakpoint condition in the text box under the option ‘Only break when this expression is true:’
  • Click on the OK button to save the statement.

 

Flowgorithm Breakpoint properties Window

Example

In this example, the flowchart execution will pause when the loop counter variable is even. The Breakpoint symbol displays the break condition next to the symbol in the flowchart.

Notice that the condition (i%2 ==0)  is displayed next to the Breakpoint symbol in the flowchart.

Flowgorithm Conditional Breakpoint

Notice that the flowchart execution stopped when the loop counter is even in the Output Console window. The main purpose is that we can analyze the program and find problems in the flowchart. The Variable Watch window displays the program variables and the snapshot of the program state. The Step function executes the next step in the flowchart.

—

Flowgorithm Tutorials

Flowgorithm flowchart tutorials on this website:

https://www.testingdocs.com/flowgorithm-flowchart-tutorial/

Flowgorithm Website

For more information on the Flowgorithm tool, please visit the official website at: http://flowgorithm.org/

Related Posts

Print Triangle Pattern Flowchart

Flowgorithm /

Print Triangle Pattern Flowchart

File Read Declare Variables

Flowgorithm /

Flowgorithm Read Numbers from File Example

File Search Input File Flowgorithm

Flowgorithm /

Search Text File Flowchart Example

Flowgorithm Turtle Graphics Symbols

Flowgorithm /

Flowgorithm Turtle Graphics Symbols

Draw Circle Flowgorithm Flowchart

Flowgorithm /

Draw Circle using Flowgorithm Turtle

‹ Flowgorithm Read Numbers from File Example› Print Triangle Pattern Flowchart

Recent Posts

  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version