Debugging: Difference between revisions

From FreeCAD Documentation
m (template fr)
m (Add Japanese to languages)
Line 12: Line 12:
{{Docnav|Module Creation|Testing}}
{{Docnav|Module Creation|Testing}}


{{languages | {{es|Debugging/es}} {{fr|Debugging/fr}} {{it|Debugging/it}} {{ru|Debugging/ru}} {{se|Debugging/se}} }}
{{languages | {{es|Debugging/es}} {{fr|Debugging/fr}} {{it|Debugging/it}} {{jp|Debugging/jp}} {{ru|Debugging/ru}} {{se|Debugging/se}} }}


[[Category:Developer Documentation]]
[[Category:Developer Documentation]]

Revision as of 06:44, 2 February 2013

Test first

Before you go through the pain off debugging use the test framework to check if the standard tests work properly. If not there is maybe a broken installation.


command line

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.
Module Creation
Testing
Available translations of this page: Template:Jp Template:Se