Std Macro Menu: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
(Updated.)
Line 15: Line 15:


<!--T:2-->
<!--T:2-->
* [[File:Std_DlgMacroRecord.svg|32px]] [[Std_DlgMacroRecord|Macro recording]] opens a dialog for recording a new macro.
* [[File:Std_DlgMacroRecord.svg|32px]] [[Std_DlgMacroRecord|Macro recording...]] opens a dialog for recording a new macro.


<!--T:3-->
<!--T:3-->
Line 24: Line 24:


<!--T:5-->
<!--T:5-->
* [[File:Std_DlgMacroExecuteDirect.svg|32px]] [[Std DlgMacroExecuteDirect|Execute macro]] executes the macro currently in the macro editor.
* [[File:Std_DlgMacroExecuteDirect.svg|32px]] [[Std_DlgMacroExecuteDirect|Execute macro]] executes the macro currently in the macro editor.

* [[Std_MacroAttachDebugger|Attach to remote debugger...]]


<!--T:6-->
<!--T:6-->
* [[File:Std_MacroStartDebug.svg|32px]] [[Std MacroStartDebug|Start Debugging Macro]] starts a debugging session for the macro currently in the macro editor.
* [[File:Std_MacroStartDebug.svg|32px]] [[Std_MacroStartDebug|Debug macro]] starts a debugging session for the macro currently in the macro editor.


<!--T:7-->
<!--T:7-->
* [[File:Std_MacroStopDebug.svg|32px]] [[Std MacroStopDebug|Stop Debugging Macro]] ends the debugging session for the macro currently in the macro editor.
* [[File:Std_MacroStopDebug.svg|32px]] [[Std_MacroStopDebug|Stop debugging] ends the debugging session for the macro currently in the macro editor.


<!--T:8-->
<!--T:8-->

Revision as of 18:53, 16 June 2020

Description

File     Edit     View     Tools     Macro     Windows     Help

The Macro menu is part of the Standard Menu in the FreeCAD Interface

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

Options

  • Macros... select and execute a stored macro.
  • Debug macro starts a debugging session for the macro currently in the macro editor.
  • [[Std_MacroStopDebug|Stop debugging] ends the debugging session for the macro currently in the macro editor.