CobaltFusion / DebugViewPP

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

dbgview-agent connection not working anymore #231

Closed janwilmans closed 8 years ago

janwilmans commented 8 years ago

the UI shows: 1 21:49:14.426 0 [internal] Source 'Dbgview Agent at 127.0.0.1' was added.

but no messages from the dbgview-agent are event shown.

janwilmans commented 8 years ago

the problem is that DbgviewReader inherits from PassiveLogSource and makes calls directly to LogSource::Add() + PassiveLogSource::Signal() which does not make sense. It should use PassiveLogSource::AddMessage+ PassiveLogSource::Signal() instead