Ocl debugger
m ((username removed) (log details removed))
No edit summary
Line 1: Line 1:
===== Description =====
A '''debugger''' is like a detective tool for computer programs. 
Imagine you’re writing a story (your program), and you want to find and fix mistakes (bugs) in it.
* The debugger helps you:
** '''Inspect''': Look inside your story (code) while it’s running.
** '''Pause''': Stop the story at specific points (breakpoints) to examine details.
** '''Follow Clues''': Step through the story line by line to see what’s happening.
** '''Solve Mysteries''': Identify errors (bugs) and correct them.
A debugger helps programmers investigate and fix issues in their programs, making sure the story (code) runs smoothly!
===== Access =====
To access the OCL Debugger, press the "play" button on the top menu of MDriven Designer (1).  
To access the OCL Debugger, press the "play" button on the top menu of MDriven Designer (1).  



Revision as of 06:37, 20 May 2024

Description

A debugger is like a detective tool for computer programs.

Imagine you’re writing a story (your program), and you want to find and fix mistakes (bugs) in it.

  • The debugger helps you:
    • Inspect: Look inside your story (code) while it’s running.
    • Pause: Stop the story at specific points (breakpoints) to examine details.
    • Follow Clues: Step through the story line by line to see what’s happening.
    • Solve Mysteries: Identify errors (bugs) and correct them.

A debugger helps programmers investigate and fix issues in their programs, making sure the story (code) runs smoothly!

Access

To access the OCL Debugger, press the "play" button on the top menu of MDriven Designer (1).

A window will open. Select "XML", choose "Start system", then click on "Debugger" (2).

A second window will pop up showing "OCLExecuteAndDebug" (3).

2023-08-09 10h09 48.png
This page was edited more than 8 months ago on 05/20/2024. What links here