
2 Sep
2005
2 Sep
'05
1:28 p.m.
Roland Schwarz <roland.schwarz <at> chello.at> writes:
Wouldn't it be a viable alternative to leave out the swallowed exceptions just in debug build?
Personally, I'm against it, for reasons such as (in no particular order): 1) It's confusing, as is any lack of symmetry. How would you document it? Will users remember the nuance? 2) Where available, core files provide meaningful stack trace for non-debug binaries as well. 3) Test-cases, if such are planned, would have to differentiate between debug vs. non-debug mode. Cheers, Slawomir Lisznianski