|
1464 | 1464 | },
|
1465 | 1465 | {
|
1466 | 1466 | "type": "gdbtarget",
|
1467 |
| - "label": "GDB Target", |
1468 |
| - "program": "./node_modules/cdt-gdb-adapter/dist/debugTargetAdapter.js", |
| 1467 | + "label": "Eclipse GDB Target", |
1469 | 1468 | "runtime": "node",
|
1470 | 1469 | "configurationAttributes": {
|
1471 | 1470 | "launch": {
|
|
1479 | 1478 | "type": "string",
|
1480 | 1479 | "description": "Working directory (cwd) to use when launching gdb. Defaults to the directory of the 'program'"
|
1481 | 1480 | },
|
| 1481 | + "runOpenOCD": { |
| 1482 | + "type": "boolean", |
| 1483 | + "description": "Run OpenOCD Server", |
| 1484 | + "default": true |
| 1485 | + }, |
1482 | 1486 | "environment": {
|
1483 | 1487 | "additionalProperties": {
|
1484 | 1488 | "type": [
|
|
1917 | 1921 | "type": "gdbtarget",
|
1918 | 1922 | "request": "attach",
|
1919 | 1923 | "name": "Eclipse CDT GDB Adapter",
|
1920 |
| - "program": "${workspaceFolder}/build/${command:espIdf.getProjectName}.elf", |
1921 | 1924 | "initCommands": [
|
1922 | 1925 | "set remote hardware-watchpoint-limit 2",
|
1923 | 1926 | "mon reset halt",
|
1924 | 1927 | "maintenance flush register-cache",
|
1925 | 1928 | "thb app_main"
|
1926 | 1929 | ],
|
1927 |
| - "gdb": "${command:espIdf.getXtensaGdb}", |
1928 | 1930 | "target": {
|
1929 | 1931 | "port": "3333"
|
1930 | 1932 | }
|
|
1938 | 1940 | "type": "gdbtarget",
|
1939 | 1941 | "request": "attach",
|
1940 | 1942 | "name": "Eclipse CDT GDB Adapter",
|
1941 |
| - "program": "^\"\\${workspaceFolder}/build/\\${command:espIdf.getProjectName}.elf\"", |
1942 | 1943 | "initCommands": [
|
1943 | 1944 | "set remote hardware-watchpoint-limit 2",
|
1944 | 1945 | "mon reset halt",
|
1945 | 1946 | "maintenance flush register-cache",
|
1946 | 1947 | "thb app_main"
|
1947 | 1948 | ],
|
1948 |
| - "gdb": "^\"\\${command:espIdf.getXtensaGdb}\"", |
1949 | 1949 | "target": {
|
1950 | 1950 | "port": "3333"
|
1951 | 1951 | }
|
|
2035 | 2035 | "@types/ws": "^7.2.5",
|
2036 | 2036 | "@types/xml2js": "^0.4.11",
|
2037 | 2037 | "@types/yauzl": "^2.9.1",
|
2038 |
| - "@vscode/debugadapter": "^1.53.0", |
| 2038 | + "@vscode/debugadapter": "^1.65.0", |
2039 | 2039 | "@vscode/debugadapter-testsupport": "^1.51.0",
|
2040 |
| - "@vscode/debugprotocol": "^1.53.0", |
| 2040 | + "@vscode/debugprotocol": "^1.65.0", |
2041 | 2041 | "@vscode/extension-telemetry": "0.4.8",
|
2042 | 2042 | "@vscode/test-electron": "^2.1.2",
|
2043 | 2043 | "@vue/compiler-sfc": "^3.3.4",
|
2044 | 2044 | "bulma": "^0.9.3",
|
2045 | 2045 | "chai": "^4.3.4",
|
| 2046 | + "copy-webpack-plugin": "^12.0.2", |
2046 | 2047 | "css-loader": "^3.1.0",
|
2047 | 2048 | "d3-scale": "^4.0.2",
|
2048 | 2049 | "file-loader": "^6.2.0",
|
|
2062 | 2063 | "reflect-metadata": "^0.1.13",
|
2063 | 2064 | "sass": "^1.49.8",
|
2064 | 2065 | "sass-loader": "^10",
|
| 2066 | + "string-replace-loader": "^3.1.0", |
2065 | 2067 | "style-loader": "^3.3.1",
|
2066 | 2068 | "ts-loader": "^9.4.4",
|
2067 | 2069 | "typescript": "^5.2.2",
|
|
2081 | 2083 | "assert": "^2.1.0",
|
2082 | 2084 | "axios": "^1.6.0",
|
2083 | 2085 | "bignumber.js": "^9.0.1",
|
2084 |
| - "cdt-gdb-adapter": "^0.0.32", |
2085 | 2086 | "del": "^4.1.1",
|
2086 | 2087 | "es6-promisify": "^6.0.0",
|
2087 | 2088 | "follow-redirects": "^1.15.4",
|
|
2097 | 2098 | "plotly.js-dist-min": "^2.26.1",
|
2098 | 2099 | "postcss": "^8.4.31",
|
2099 | 2100 | "sanitize-html": "^2.7.0",
|
| 2101 | + "serialport": "^12.0.0", |
2100 | 2102 | "stream-browserify": "^3.0.0",
|
2101 | 2103 | "tar-fs": "^2.0.0",
|
2102 | 2104 | "tree-kill": "^1.2.2",
|
| 2105 | + "utf8": "^3.0.0", |
2103 | 2106 | "vscode-languageclient": "^5.2.1",
|
2104 | 2107 | "vscode-languageserver": "^5.2.1",
|
2105 | 2108 | "vscode-nls": "^4.0.0",
|
|
0 commit comments