We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b088682 commit 4586206Copy full SHA for 4586206
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+# Change Log
2
+
3
+## 1.0.9
4
5
+- Implements [#360](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/360): Support GDB/MI breakpoint notifications.
package.json
@@ -1,6 +1,6 @@
{
"name": "cdt-gdb-adapter",
- "version": "1.0.9-next",
+ "version": "1.0.9",
"description": "gdb adapter implementing the debug adapter protocol",
"main": "dist/index.js",
6
"browser": "dist/browser/web.js",
0 commit comments