Reputation: 1771
I'm writing my code in gedit (in Ubuntu). Is there a C debugger I can use together with gedit?
Upvotes: 1
Views: 3512
Reputation:
You can use the GNU debugger (GDB) regardless of which text editor you're using. It's the standard debugging tool on Unix.
Upvotes: 4