Andre Poenitz wrote:
On Fri, Nov 30, 2007 at 09:46:18AM +0100, Abdelrazak Younes wrote:
Ideally, I'd like to have something simpler and with more contents like the
line number:
tempName()(tempname.cpp:112): Temporary file ...
Is this possible Andre'?
Sort of. In fact I think file and line are sufficient
the function name is useful when a bug report is about a possibly older
version. In this case the line might have changed...
and it can be
formatted that clicking on that line in MSVC 'magically' make the
editor jump to that file/line. I personally find the function signature
not too helpful, but it was there in several dozen cases.
I agree it is not useful for us (for debugging). Maybe it could be made
optional and enabled only in released packaged?
Abdel.