eclipse-cdt-cloud / cdt-gdb-vscode

CDT GDB Visual Studio Code Extension
Eclipse Public License 2.0
21 stars 24 forks source link

Support resume all session #80

Closed trongle0504 closed 1 year ago

trongle0504 commented 1 year ago

Adding a "Resume All" button to support resuming all sessions using the amalgamator.

eclipse-cdt-bot commented 1 year ago

Can one of the admins verify this patch?

trongle0504 commented 1 year ago

Hi @jonahgraham, I am supporting adding a "Resume All" button to support resuming all sessions using the amalgamator. Currently, the "Resume All" button is pressed all the sessions have been run. However, I'm stuck with the problem that the state of the "Step Over", "Step Into"... buttons of the Debug Tool Bar doesn't change.

Could you please take a look at it? I also committed code at repository cdt-amalgamator: https://github.com/eclipse-cdt-cloud/cdt-amalgamator/pull/16

Thank you so much!

jonahgraham commented 1 year ago

Hi @trongle0504, What is the status here? Are you planning to come back to this PR? Do my previous comments/questions make sense, or do you need some extra details?

trongle0504 commented 1 year ago

Hi @jonahgraham, Could you please help me review it again? I also updated code for repos cdt-gdb-dapter: https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/255 and cdt-amalgamator: https://github.com/eclipse-cdt-cloud/cdt-amalgamator/pull/16

I apologize for the delayed response!

Thank you so much.

trongle0504 commented 1 year ago

Hi @jonahgraham, I have updated the code following your instructions. Could you please help me review it?

Thank you!