c++ - Is there any enhanced gdb console for Eclipse? -


currently gdb console of eclipse connects stdin/stdout between java gui , underlying gdb process, hence many gdb shell features missing, e.g. tab-autocomplete, command history etc.

i want know if there enhanced console fast gdb interacting. used gdb commands "print" , "call" etc. imho, "print" command superiors eclipse "expression watcher" because execute once , later evaluated time , crash-prone.

if think there no need use gdb console, what's best-practise in terms of gdb ui eclipse ui transfer.

there doesn't seem gdb-specific plugin, beside initial gdb integration initiated eclipse3.4.

and current list of gdb bugs doesn't include missing features.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -