wasm-micro-runtime/test-tools
Ben ff0752b4ff
Fix wamr-ide debugger ignoring launch config (#2155)
The `DebugConfigurationProvider` was overwriting configurations provided
in `launch.json`. In particular, this for example prevented from specifying a
custom port for the debugger.

Example `launch.json`
```
{
    "configurations": [
        {
            "type": "wamr-debug",
            "request": "attach",
            "name": "Attach Debugger",
            "stopOnEntry": true,
            "attachCommands": [
                "process connect -p wasm connect://127.0.0.1:1237"
            ]
        }
    ]
}
```

Co-authored-by: Ben Riegel <benjuri@amazon.com>
2023-05-10 12:47:43 +08:00
..
binarydump-tool Enhance cmake makefiles (#1390) 2022-08-18 16:27:01 +08:00
component-test Fix syntax errors and undefined names in Python code (#1515) 2022-09-27 15:57:08 +08:00
host-tool Add more types and APIs for attr_container (#1841) 2023-01-09 21:05:30 +08:00
IoT-APP-Store-Demo Add more types and APIs for attr_container (#1841) 2023-01-09 21:05:30 +08:00
pick-up-emscripten-headers Upgrade toolkits (#1878) 2023-02-02 09:42:25 +08:00
wamr-ide Fix wamr-ide debugger ignoring launch config (#2155) 2023-05-10 12:47:43 +08:00
.gitignore Implement SIMD latest opcodes and update LLVM to 13.0 (#758) 2021-09-17 19:12:57 +08:00