Adds a modified version of upstream's generate_debug_config.py script to the /tools directory. This script can be used to generate vscode/gdb debug configuration for an individual test target.
Currently, that script is not functional, primarily because it attempts to set launch.json config fields which do not exist, like debugger_args (should be miDebuggerArgs)
Description
/tools
directory. This script can be used to generate vscode/gdb debug configuration for an individual test target..vscode/launch.json
to include a target that can be used to run the test under gdbdebugger_args
(should be miDebuggerArgs)