Pick coredumpSmall VS Code extension adding simple command to pick coredump file. Instead of manually writing full path to it, you just specify input command and choose target coredump file. ExampleSample configuration example.
When we start debugging using this configuration and you have several coredumps, then quick pick prompt will be shown:
Coredumps are sorted by descending using their names. This is usefull when timestamp of creation located in name, so you can pick latest coredump faster. Also, if you do not want to choose, then there is shortcut property
When it is set to true it will pick only latest created coredump file from all possible. If there is only 1 core dump, it will be used without any prompting. SettingsThere is only 1 setting: By default it is |
