eclipse-cdt-cloud / cdt-gdb-adapter

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

Support disable/enable hardware breakpoint #264

Closed trongle0504 closed 1 year ago

trongle0504 commented 1 year ago

Currently, enabling hardwareBreakpoint in launch.json argument allows the debugger to set hardware break-point or software break-point only ("hardwareBreakpoint": true). We need to support enabling/disabling setting SW and HW break-point simultaneously while debugging.

trongle0504 commented 1 year ago

Hi @jonahgraham ,

Could you please help me review the code? Please see the document attached to ticket IDE-63527 for details.

I also commit code in the repository cdt-gdb-vscode. https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/pull/89

Thank you!

trongle0504 commented 1 year ago

Please provide required information in the open - this is an open source project so should not require access to private information to understand this.

Hi @jonahgraham , I updated the details information for this PR at https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/pull/89 Please check it out for details.

Thank you!

trongle0504 commented 1 year ago

Hi @jonahgraham, Could you please help me review the solution for save breakpoints after disconnect debug session first? Others, I will update later. Thank you!

trongle0504 commented 1 year ago

I'm sorry, I would like to close this request because there are some complex cases to cover, and it may cause inconvenience for users. Thank you for taking the time to review the code.