Debugging: Difference between revisions

From FreeCAD Documentation
(First description)
 
(Added navigation bar)
Line 3: Line 3:
;-l: With the "l" option FreeCAD writes additional information to a logfile.
;-l: With the "l" option FreeCAD writes additional information to a logfile.


{{Devdocnavi}}

[[Category:Developer]]

Revision as of 08:22, 3 November 2006

The debugging of FreeCAD is supported by a few internal mechanisms. The command line version of FreeCAD provides to options for debugging support:

-v
With the "v" option FreeCAD gives a more verbose output.
-l
With the "l" option FreeCAD writes additional information to a logfile.

Template:Devdocnavi