View Single Post
  #4  
Old 07-08-2021, 01:51
CZC CZC is offline
Friend
 
Join Date: Jul 2018
Posts: 33
Rept. Given: 0
Rept. Rcvd 30 Times in 4 Posts
Thanks Given: 5
Thanks Rcvd at 140 Times in 19 Posts
CZC Reputation: 30
GDB is great if you have the sources of what you are trying to debug or at least the executable is compiled with debug symbols.

But what if you are trying to debug someone's else stripped application? Then GDB is not so great anymore, you have to type a lot just to disassemble a few instructions, set breakpoints or skip library functions.

What I would like to have is a text based debugger like IDA with tvision had for 32bit applications. Those were the good old days.
Reply With Quote