Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | e8b0c6a4ef2480a24fcf16de80eb487d760656a1 |
|---|---|
| Date: | 2009-06-15 18:06:42 |
| User: | stephan |
| Comment: | minor doc correction |
Tags And Properties
- branch=trunk inherited from [d21fde6e87]
- sym-trunk inherited from [d21fde6e87]
Changes
[hide diffs]Changes to whdbg.h
@@ -14,11 +14,11 @@
// in main():
whdbg_set_stream( stderr );
whdbg_set_flags( whdbg_get_flags() | WDBG_INFO );
// ... in an arbitrary function ...
-int x = 4;
+int x = 42;
WHDBG(WHDBG_INFO)("x=%d", x);
@endcode
That will send something like the following to the specified debug stream: