Boost logo

Boost :

From: Mats Nilsson (mats.nilsson_at_[hidden])
Date: 2002-04-10 14:44:55


One thing that I've been using in a logging library for our MSVC code is to
automatically prefix each debug line with "__FILE__ (__LINE__) :" and then
send it to OutputDebugString.

That way I can double click in the "output" pane and automatically be
transferred to the corresponding line in the source. Quite useful, IMHO,
YMMV.

Maybe there are other formats for other IDE environments.

Mats


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk