|
Last change
on this file was
11718,
checked in by westram, 12 years ago
|
- reverts [11717]
- merge [11714] into trunk (accidentally went into 'rc')
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | |
|---|
| 2 | Some tips for debugging ARB |
|---|
| 3 | --------------------------- |
|---|
| 4 | |
|---|
| 5 | - if a file named 'gb_core' exists in $(ARBHOME) then ARB dumps a core file |
|---|
| 6 | (that means it will interrupt the program when called from debugger) |
|---|
| 7 | |
|---|
| 8 | - Several variables/macros control how ARB performs several things: |
|---|
| 9 | |
|---|
| 10 | name default default what it does |
|---|
| 11 | NDEBUG DEBUG |
|---|
| 12 | -------------------------------------------------------------------------------- |
|---|
| 13 | AUTO_FLUSH empty empty forces a flush after many motif drawing commands |
|---|
| 14 | => drawing gets visible instantly. |
|---|
| 15 | To activate this behavior uncomment the non-empty |
|---|
| 16 | version of the macro. |
|---|
| 17 | Normally it should be empty in DEBUG mode! |
|---|
| 18 | ALWAYS it should be empty in NDEBUG mode!!! |
|---|
| 19 | |
|---|
| 20 | MEMORY_TEST 0 1 activates special fast-load-file compatible memory |
|---|
| 21 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.