CobaltFusion / DebugViewPP

DebugView++, collects, views, filters your application logs, and highlights information that is important to you!
Boost Software License 1.0
1k stars 143 forks source link

Internal message are listed out-of-order #252

Closed janwilmans closed 7 years ago

janwilmans commented 7 years ago

when dragging a file onto debugview++ (or a batchfile/executable) the output of that file appears before the internal message that says the file is being opened

janwilmans commented 7 years ago

Pushing internal messages from the ui-thread directly into the buffer instead of through the Loopback LogSource would mess up the order (the internal message could actually occur before already received messages, so that is not a good idea.

janwilmans commented 7 years ago

gert-jan suggested the loopback messages get priority over other messages, look into this