Jan Wilmans

Results 245 comments of Jan Wilmans

It took some more time than I anticipated, but the v1.5 links at back up. Let me know what you find.

Try https://github.com/CobaltFusion/DebugViewPP/releases/download/1.8.0.7/DebugViewConsole.exe (not the one from the zip, this links is actual file, it might fix your issue, let me know if it does not...)

I was always trying to open to Global\DBWIN_BUFFER but on windows xp that is not a valid file-descriptor. However, the API method does not tell me that (it returns ok,...

@harriv , about #213 #109, #209 #135, I would like them too, however, they are not trivial to implement in the current design. I'm considering a redesign/ new implementation, that...

Well, I have never used those symbols specifically, but I recently tested chinese Unicode chars and that works very well now. I would welcome a failing test.

@techtim2003 thanks for you suggestion, I'd like to make sure I understand correctly: you would like to filter by the full name of the process _and_ the full message in...

That is actually quite easy to do, if you can write to stdout, you can just pipe that into debugview++. Alternately, you can send udp messages... I can point you...

1) So the easiest way is this: ![image](https://user-images.githubusercontent.com/5933444/56769788-900b2580-67b2-11e9-9cfe-950e212f7239.png) - first start debugview++ as usual - pipe anything into another debugview++.exe instance, it will detect the pipe and instead of launching...

Thanks for reporting mark! I've seen similar reports, such as #353, and I have tried really hard to work around it, but it seems the just 'importing'/ linking to any...

@RrnR to get back to you: yes, I was suggesting that you write to the console from your app and re-direct that console to debugview++.. If that is unpractical, the...