X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a7fb603c3ec7afbbf887e2c804085e21da99163..357d2b88cb15fa0ad97b1676fdbc88c2abc85451:/docs/doxygen/mainpages/devtips.h diff --git a/docs/doxygen/mainpages/devtips.h b/docs/doxygen/mainpages/devtips.h index 3aa29be9ac..02acccbb3e 100644 --- a/docs/doxygen/mainpages/devtips.h +++ b/docs/doxygen/mainpages/devtips.h @@ -429,7 +429,7 @@ the end of the program if wxWidgets is suitably configured. Depending on the operating system and compiler, more or less specific information about the problem will be logged. -You should also use @ref group_funcmacro_debugging as part of a "defensive +You should also use @ref group_funcmacro_debug as part of a "defensive programming" strategy, scattering wxASSERT()s liberally to test for problems in your code as early as possible. Forward thinking will save a surprising amount of time in the long run.