Login  Register

Re: mooooooooooore debug messages

Posted by cantcode on Jul 16, 2013; 8:50pm
URL: https://forum.librecad.org/mooooooooooore-debug-messages-tp5708530p5708580.html

"it's exactly the idea of RS_Debug() class..."
I think the debug messages from libdxfrw (reading/writing dxf files) use DBG("dxfRW::processHeader\n");  for printing the messages.
So libdxfrw does not use RS_Debug() (so it can be used in other projects I think).
That's the reason I tried to find a simple way to make the DBG("") work.