rainerf / ricodebug

ricodebug is a debugger featuring data visualization, similar to DDD
12 stars 9 forks source link

Removing variables created by gdb. #34

Closed giselher closed 12 years ago

giselher commented 12 years ago

This commits enables removing variables created by gdb.

All Locals will be removed before getting a new set of variables by gdb.

The Watch Window too now fully removes gdb variables.

Everything else should work out of the box if they use variablelist.removeVar.