mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Global functions are added to allow a user performing DRAW commands from VS Command Window when DRAW is interrupted on a breakpoint. Previously existing functions are adapted to work with Visual Studio debugger (Command Window). A manual describing use of these functions and other debugging facilities and some hints is added to Developer Guides. Minor corrections and refinement of debug.md.
820 B
820 B
Developer Guides
The following documents provide information on OCCT building, development and testing:
- @subpage dev_guides__building "Building OCCT from sources"
- @subpage dev_guides__documentation "Documentation system"
- @subpage dev_guides__coding_rules "Coding Rules"
- @subpage dev_guides__contribution_workflow "Contribution Workflow"
- @subpage dev_guides__git_guide "Guide to installing and using Git for OCCT development"
- @subpage dev_guides__tests "Automatic Testing system"
- @subpage dev_guides__debug "Debugging tools and hints"
Two other documents provide details on obsolete technologies used by OCCT, to be removed in future releases:
- @subpage dev_guides__wok "Workshop Organization Kit (WOK)"
- @subpage dev_guides__cdl "Component Definition Language (CDL)"