Hi,

I guess this is mainly question on JMarc...

Background: when debugging only with lyxerr output and don't
know where exactly to look, I tend to select all lyxerr categories,
but this output is mostly unusable because it's completely filled
up from few scrolling and textmetrics messages.
I would like to constrain those into fewer categories so it's easier
to find which category they belong to and select them off.

1) Currently some of scrolling messages are IMHO wrongly dumped
into GUI category and get written with timer every second or so.
   BufferView::608 -> moving into SCROLLING category.

2) Most output comes from few places in TextMetrics::getPitNearY.
   I would intuitively choose PAINTING categories, but they are
   currently in geneirc DEBUG category. Would you mind if I put
   them into PAINTING?

3) Lots of stuff comming from: CoordCache:51 which is actually
   uncategorized (LYXERR0). Can I put it into PAINTING as well?

Pavel
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to