Std Macro Menu: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
No edit summary
Line 77: Line 77:


<!--T:8-->
<!--T:8-->
* [[Std_DebugOver|Step over]]: Steps over code.
* [[Std_MacroStepOver|Step over]]: Steps over code.


<!--T:9-->
<!--T:9-->
* [[Std_DebugInto|Step into]]: Steps into code.
* [[Std_MacroStepInto|Step into]]: Steps into code.


<!--T:10-->
<!--T:10-->
* [[Std_DebugToggle|Toggle breakpoint]]: Toggles a breakpoint.
* [[Std_ToggleBreakpoint|Toggle breakpoint]]: Toggles a breakpoint.


<!--T:21-->
<!--T:21-->

Revision as of 20:42, 6 October 2020

Std Base icon

Introduction

The Std Macro Menu is one of the 7 sub-menus in the standard menu:

File     Edit     View     Tools     Macro     Windows     Help

The Macro menu provides tools related to the recording and execution of macros.

Tools

The following tools are available in this menu:

  • Macros...: Opens a dialog box to manage and execute macros.
  • Recent macros: shows a list of macros recently used, which can be called with a key combination, for example, Ctrl+Shift+1. This can be configured in the Preferences. introduced in version 0.19
  • Execute macro: Executes the macro currently in the Python editor.
  • Debug macro: Starts a debugging session for the macro in the Python editor.