1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
occt/dox/dev_guides/dev_guides.md
abv d4faf9e945 0024599: Tools for interacting with DRAW from Visual Studio debugger
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.
2014-02-27 18:25:18 +04:00

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)"