Jan Wilmans

Results 245 comments of Jan Wilmans

This is not trivial to implement as filters are now defined per-view, this would be the first 'global' filter

I really want this, today I had a situation where +2000 lines / seconds were incoming in a virtual machine, allocating +128MB/s can be problematic, I had to 'resort' to...

not sure it reproduces anymore, the status message is missing though... (it does not show what it is searching for), also the 'Ready' message is refreshing _a lot_ (flickering), tested...

the flicker is caused by UIUpdateStatusBar() being called by CMainFrame::OnIdle about 5 times per second even when no messages are coming. The question is, what is causing the 'non-idle' state,...

There has been similar requests and its certainly doable. However I'm trying to figure out a new project : debugvizualizer https://github.com/CobaltFusion/DebugVisualizer and I'm more inclined to spend time on that....

In the user-interface you can use file->save. And there is a command line version of the tool. it's output can be redirected into a file. see debugviewconsole.exe -h for options....

debugview++ could automatically detect plugins in the same directory by trying to execute any executable in the same directory with the --info argument, _however_ we dont what debugview++ to go...

Propose: close this issue? or should this be detected and automatically use --no-half ?

I think neither choice here is an obvious winner, it depends on how you design your UI logic, as @jvoosten mentioned. @RolandHughes if you 'have that code in many places',...