Darin, 02 Aug you wrote to Asher Densmore-Lynn:
DM> When I'm debugging, I often need:
DM> char szBuf[128];
DM> sprintf(szBuf, "...", ...);
DM> WinMessageBox(HWND_DESKTOP, szBuf, "function name", MB_OK,
DM> ...)
Wouldn't
dbg("function name", ..., "...", ...);
be easier? Perhaps even
dbg(number, "function name", ...);
where number is a switch that can be put on from the command line. The debug
code could again be useful later. ;-)
Bye,
Erik
---
---------------
* Origin: WarmelinkE@vertis.nl (2:282/1.60)
|