]> OCCT Git - occt-copy.git/commit
0024599: Tools for interacting with DRAW from Visual Studio debugger
authorabv <abv@opencascade.com>
Thu, 27 Feb 2014 14:22:52 +0000 (18:22 +0400)
committerabv <abv@opencascade.com>
Tue, 25 Mar 2014 12:43:17 +0000 (16:43 +0400)
commitcfcc589a8ed200b4573412ca6dee68490ec222ad
treee00792c91b70f721ee66bb55741394a0ec784a96
parent71d986b3bdf091da364e9a090d07ab4107365770
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.
12 files changed:
dox/FILES.txt
dox/dev_guides/debug/debug.md [new file with mode: 0644]
dox/dev_guides/dev_guides.md
src/BRepTools/BRepTools.cxx
src/BRepTools/BRepTools_Debug.cxx [new file with mode: 0644]
src/BRepTools/FILES [new file with mode: 0644]
src/DBRep/DBRep_Debug.cxx
src/Draw/Draw_Debug.cxx [new file with mode: 0644]
src/Draw/FILES
src/DrawTrSurf/DrawTrSurf_Debug.cxx
src/GeomTools/FILES [new file with mode: 0644]
src/GeomTools/GeomTools_Debug.cxx [new file with mode: 0644]