farre / midas

A GDB/MI Visual Studio Code Debug Adapter
MIT License
29 stars 1 forks source link

[Feature Request] The launch configuration should have an element to pass options to rr #186

Closed sj-raima closed 8 months ago

sj-raima commented 8 months ago

Background: I use a wrapper script for rr to pass additional options to rr. It would be nice if I could have those options in the launch configuration directly instead of using wrapper scripts. Useful options I use are -e and -M.

Add an element rrOptions that takes an array of options similar to gdbOptions.

theIDinside commented 8 months ago

Thank you for filing this issue. Great idea and well needed being a RR contributor myself this will be handy.

This feature will be prioritized