|
From: SourceForge.net <no...@so...> - 2004-02-23 21:14:19
|
Bugs item #902979, was opened at 2004-02-23 21:04 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442052&aid=902979&group_id=45158 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Dair Grant (grantd) Assigned to: Nobody/Anonymous (nobody) Summary: Add DebugText for debug output Initial Comment: It would be good to have a generic DebugText() routine that could map to: - fprintf to stderr for Unix - OutputDebugString for Win32 - DebugStr for Mac OS X - fprintf to "Quesa Debug" for Mac OS 9 It could take a '...' argument, so you could use it with printf style format lists. Would make it easier to implement bug 41 and bug 49, and could be used for outputing performance statistics (e.g., if particularly inefficient form of TriMesh was submitted). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442052&aid=902979&group_id=45158 |