Closed janwilmans closed 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
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.