eclipse-cdt-cloud / cdt-gdb-adapter

CDT GDB Debug Adapter
Eclipse Public License 2.0
27 stars 40 forks source link

Support for core dump execution #324

Open brianignacio5 opened 4 months ago

brianignacio5 commented 4 months ago

Hello guys!

So far I really like this CDT-GDB-Adapter functionality.

I was wondering how would you go about starting a debug session with a core dump? Usually you would pass gdb the core <file> command but I'm not sure how to do it with the adapter if possible at all.

I understand there might some changes necessary like disabling several functionality like execution on such cases, but is it possible to do right now ? if not are you willing to support it in the feature? I could help to contribute for it if it useful for new feature.