Skip to main content

All Questions

2 votes
1 answer
2k views

Use iterm2 or terminal app which can filter results, not just highlight results

Right now I am on MacOS, and I am using iterm2 as my terminal app. It's got some great features but one limitation is that when I use ctrl-f to search for something, it will highlight the results in ...
Alexander Mills's user avatar
2 votes
1 answer
198 views

Can I remotely monitor printf results of a C program?

I have a long running C program in which I've started from the Terminal.app using: gdb program_name gdb run I'm using many printf statements to monitor the progress of the program. Unfortunately, ...
mota's user avatar
  • 121