epasveer / seer

Seer - a gui frontend to gdb
GNU General Public License v3.0
2.12k stars 69 forks source link

Remember debug settings #216

Closed hrw closed 9 months ago

hrw commented 9 months ago

Would be nice if Seer could remember debug settings between sessions.

All those infos:

Screenshot_20240102_114307

epasveer commented 9 months ago

Hi,

The "Save" button allow you to create a 'project'. Fill in the settings, then save them. They can be loaded from the command line or from the "Load" button.

$ seergdb --project bl31.seer

image

epasveer commented 9 months ago

Let me know if that works for you or can be improved.

hrw commented 9 months ago

Exactly that!