View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0024599 | Open CASCADE | OCCT:DRAW | public | 2014-02-05 15:27 | 2014-05-05 13:39 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Platform | VC++ >=2010 32&64 bit | OS | Windows | ||
Target Version | 6.7.1 | Fixed in Version | 6.7.1 | ||
Summary | 0024599: Tools for interacting with DRAW from Visual Studio debugger | ||||
Description | It is proposed to introduce a set of global functions allowing a user to use VS Command Window to perform DRAW commands when DRAW is interrupted on a breakpoint. This way also allows to pass currently defined variables as parameters of commands. About VS Command window, please see: http://msdn.microsoft.com/en-us/library/c785s0kz.aspx | ||||
Tags | No tags attached. | ||||
Test case number | Not needed | ||||
2014-02-05 15:27 developer |
DrawInDebug.doc (33,280 bytes) |
|
The branch CR0024599 is created. Draw_DebugTools.cxx is added to Draw package. A manual is added to Developer Guides. |
|
Roman, please commit debug.md |
|
Reviewed from my side; I have improved debug DRAW functions by adding exception handler and output of the result as a string (and also removing 'N' from their names) and expanded debug.md to describe other debugging tools and hints I know. Ivan, please add description of aliases if you manage them to work. |
|
Aliases are described, the issue is reviewed. Please test and proof-read the new document (debug.md). |
|
Note that I still reproduce original problem (exception when running commands like "axo" from debugger on 64-bit version) on my two workstations under vc10; however it works on workstations of ibs and rkv... |
|
I reviewed debug.md. Made some small corrections. |
|
Dear Yuri, please note, that only first commit in the branch should start from bug title "0024599: Tools for interacting with DRAW from Visual Studio debugger". Extra commits should provide meaningful description of changes. |
|
Yuri, I have made a correction over your version of debug.md; please check the result in the same branch CR24599_2; my comments are: - when doing multiple replacement (I guess you replaced "debug_" by "occt_debug_"), make sure that only the intended places are replaced (either do that step-by-step or check the result by diff). In your case the name of the environment variable CSF_DEBUG_BOP was changed to CSF_occt_debug_BOP... - please avoid explicit numbering of sections in their tags (like "occt_debug_intro_1"), as this is not needed (Doxygen should enumerate sections automatically) while correct numbering is very difficult to maintain (imagine adding new section). If you have some reason to do such numbering manually, please share it. |
|
One more remark: 'writable' is correct spelling according to all dictionaries I could check, and not 'writeable'. Please use spell checker! |
|
"Doxygen should enumerate sections automatically" I wish it could do so. But it does not. "If you have some reason to do such numbering manually, please share it. " All .md files were generated from .doc with numbering and I thought it was the requirement and that one day we can have numbered headers (and possibly TOC items) through this. Additionally numbered sections in large UGS are shorter (easier to reference) and more indicative of a section location in the document. Some header names are repeated several times in different subsections of the same document. But I agree that inserting new chapters is more complicated with numbered sections. " 'writable' is correct spelling according to all dictionaries I could check Please use spell checker" Both are correct, "writable" in the US and "writeable" in the UK. By mistake I had a UK spellchecker version on. |
|
Dear BugMaster, Branch CR24599_2 (and products from GIT master) was compiled on Linux and Windows platforms and tested. SHA-1: e31095d017e4fbdc0efd84c890e18c41d349c289 Number of compiler warnings: occt component : Linux: 29 (29 on master) Windows: 0 (0 on master) products component : Linux: 12 (12 on master) Windows: 2 (2 on master) Regressions/Differences: No regressions/differences Testing cases: Not needed Testing on Linux: Total MEMORY difference: 383139628 / 382561432 Total CPU difference: 43496.1699999999 / 45146.74000000002 Testing on Windows: Total MEMORY difference: 429699628 / 428907772 Total CPU difference: 33826.140625 / 34671.40625 There are not differences in images found by testdiff. |
occt: master d4faf9e9 2014-02-27 14:22:52
Committer: apn Details Diff |
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. |
Affected Issues 0024599 |
|
add - dox/dev_guides/debug/debug.md | Diff File | ||
mod - dox/dev_guides/dev_guides.md | Diff File | ||
mod - dox/FILES.txt | Diff File | ||
mod - src/BRepTools/BRepTools.cxx | Diff File | ||
add - src/BRepTools/BRepTools_Debug.cxx | Diff File | ||
add - src/BRepTools/FILES | Diff File | ||
mod - src/DBRep/DBRep_Debug.cxx | Diff File | ||
add - src/Draw/Draw_Debug.cxx | Diff File | ||
mod - src/Draw/FILES | Diff File | ||
mod - src/DrawTrSurf/DrawTrSurf_Debug.cxx | Diff File | ||
add - src/GeomTools/FILES | Diff File | ||
add - src/GeomTools/GeomTools_Debug.cxx | Diff File | ||
occt: master 938bb740 2014-03-03 09:52:33
Committer: abv Details Diff |
0024599: Tools for interacting with DRAW from Visual Studio debugger Minor correction of #include to avoid dependency of package Draw on DBRep (problem building by WOK). License statements in new files corrected for licensecheck command. Non-ascii en-dash symbol repleced by Ascii hyphen in debug.md. |
Affected Issues 0024599 |
|
mod - dox/dev_guides/debug/debug.md | Diff File | ||
mod - src/BRepTools/BRepTools_Debug.cxx | Diff File | ||
mod - src/Draw/Draw_Debug.cxx | Diff File | ||
mod - src/GeomTools/GeomTools_Debug.cxx | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-02-05 15:27 |
|
New Issue | |
2014-02-05 15:27 |
|
Assigned To | => rkv |
2014-02-05 15:27 |
|
File Added: DrawInDebug.doc | |
2014-02-06 13:56 |
|
Note Added: 0027803 | |
2014-02-06 13:57 |
|
Assigned To | rkv => abv |
2014-02-06 13:57 |
|
Status | new => feedback |
2014-02-06 23:39 |
|
Assigned To | abv => rkv |
2014-02-06 23:39 |
|
Note Added: 0027809 | |
2014-02-07 09:34 |
|
Assigned To | rkv => abv |
2014-02-07 09:34 |
|
Status | feedback => resolved |
2014-02-17 07:01 |
|
Note Added: 0027905 | |
2014-02-17 07:01 |
|
Assigned To | abv => ibs |
2014-02-17 07:02 |
|
Note Edited: 0027905 | |
2014-02-18 10:56 |
|
Note Added: 0027943 | |
2014-02-18 10:56 |
|
Assigned To | ibs => apn |
2014-02-18 10:56 |
|
Status | resolved => reviewed |
2014-02-18 10:58 |
|
Note Added: 0027944 | |
2014-02-21 18:33 |
|
Note Added: 0028001 | |
2014-02-21 18:49 | kgv | Note Added: 0028002 | |
2014-02-23 00:21 |
|
Note Added: 0028005 | |
2014-02-23 00:31 |
|
Note Added: 0028006 | |
2014-02-24 12:25 |
|
Note Added: 0028009 | |
2014-02-25 12:19 | apn | Note Added: 0028022 | |
2014-02-25 12:19 | apn | Test case number | => Not needed |
2014-02-25 12:19 | apn | Assigned To | apn => bugmaster |
2014-02-25 12:19 | apn | Status | reviewed => tested |
2014-02-25 12:19 | apn | Target Version | => 6.7.1 |
2014-03-03 13:25 | apn | Changeset attached | => occt master d4faf9e9 |
2014-03-03 13:25 | apn | Assigned To | bugmaster => apn |
2014-03-03 13:25 | apn | Status | tested => verified |
2014-03-03 13:25 | apn | Resolution | open => fixed |
2014-03-11 14:41 |
|
Changeset attached | => occt master 938bb740 |
2014-03-11 14:41 |
|
Assigned To | apn => abv |
2014-04-09 12:05 | kgv | Relationship added | related to 0024812 |
2014-05-05 13:33 |
|
Status | verified => closed |
2014-05-05 13:39 |
|
Fixed in Version | => 6.7.1 |