[wx-dev] enhancements to wxStackFrame for Linux
Julian Smart
julian at anthemion.co.uk
Wed Nov 1 07:48:32 PST 2006
Vadim Zeitlin wrote:
> On Wed, 01 Nov 2006 15:41:02 +0000 Julian Smart <julian at anthemion.co.uk> wrote:
>
> JS> I agree, this is terminally annoying and I like the idea of an optional
> JS> stack trace. Failing that, can we please please please please switch off
> JS> stack tracing by default in 2.7.2/2.8.0? It makes asserts almost
> JS> unusable at present.
>
> I'm exceedingly strongly against this. Getting the stack traces from users
> was very useful for me and they're much more likely to send them to you if
> they get it on the screen instead of having to run gdb to get them.
>
> Also, what exactly do you mean by asserts usability? :-/ They're not
> supposed to happen at all so it's not like something you have to use every
> single day...
>
Hm, asserts will happen quite a bit during development. Especially for a
newbie starting to experiment with wxWidgets, when the app inexplicably
hangs when something goes wrong (it's easy to pass the wrong index to
something, for example) then this is quite a distressing experience.
However if the situation can be improved before 2.8, then great.
Thanks,
Julian
More information about the wx-dev
mailing list