Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can one show the gdb traces in eclipse?

Tags:

eclipse

gdb

I am new to Eclipse Helios and wonder how can one show the gdb traces in eclipse.

like image 491
Open the way Avatar asked Oct 11 '22 13:10

Open the way


2 Answers

problem solved, under console, we can select the different views; gdb, gdb traces, and so on

like image 138
Open the way Avatar answered Oct 17 '22 23:10

Open the way


Go to Preferences/(C/C++)/Debug/GDB, in General Behavior part, mark the next checkbox:

Show the GDB traces consoles with character limit

like image 36
metdos Avatar answered Oct 18 '22 00:10

metdos