david 6fa9f86d1c Added trace attributes to properties:
TRACE_READ - log a message whenever the property is read.

TRACE_WRITE - log a message whenever the property is written.

The second one works only when the property value is changed through
the property manager; tied variables and accessors are not polled for
value changes because of the performance hit.

These methods end up invoking private methods
SGPropertyNode::trace_read and SGPropertyNode::trace_write.  By
setting breakpoints on these methods inside a debugger, it is possible
to debug property access and find what parts of a program are reading
or writing specific property values by doing a backtrace.

In the XML property files, users can use the attributes 'trace-read'
and 'trace-write' to control tracing; the value should be 'y' to
enable tracing or 'n' to disable it (the default).
2001-12-12 02:28:28 +00:00
2000-10-02 18:52:32 +00:00
2001-07-13 14:58:14 +00:00
2000-02-09 19:27:02 +00:00
2001-10-23 20:22:12 +00:00
2001-07-13 14:58:14 +00:00
2001-11-12 18:20:32 +00:00
2001-07-13 03:36:29 +00:00
2001-08-13 17:14:21 +00:00
2001-04-18 11:59:47 +00:00
2001-08-13 17:14:21 +00:00
2001-01-09 15:46:32 +00:00
2000-03-29 00:00:46 +00:00
2000-07-07 22:03:45 +00:00

[ nothing here at this time ]
Description
No description provided
Readme 14 MiB
Languages
C++ 85.5%
C 13.1%
CMake 1.4%