Skip to content

Commit 3f13b59

Browse files
committed
Merge branch 'master' of https://github.com/Marus/cortex-debug
2 parents 07e1d2b + 9f41547 commit 3f13b59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TODO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Low, medium, high are importance/usefulness. But they sometimes represent *bang-for-the-buck* as well where the effort could be high vs. relative usefulness. Some of there are here because there is new functionality in VSCode APIs
44

5-
* **In progreess**: High: near completetion. Better support for multi-core and multi-session debugging in a single instance of the IDE
5+
* **Done**: High: Better support for multi-core and multi-session debugging in a single instance of the IDE
66
* Low: `Set Value` in `Watch` Window
77
* **In Progress**: Medium: Support full disassembly using the new Debug Protocol perhaps.
88
* Source with assembly -- Available but UI could be better. You can toggle source embedding on/off.
@@ -12,7 +12,7 @@ Low, medium, high are importance/usefulness. But they sometimes represent *bang-
1212
* Registers (in Variables Window), Call stack, source code, Disassembly can all be in sync -- takes a bit of window arrangement but not hard.
1313
* We can say goodbye to our version of Disassembly soon
1414
* Performance is a bit worrisome. May need an option to turn off the feature completely. Didn't see an issue unless you start Disassembly and even after that but not sure on slower computers.
15-
* Medium: Logpoints: See #542
15+
* **Done**: Medium: Logpoints: See #542
1616
* Super Low: New memory window using MS Hex Editor
1717
* They messed up the UX where it inteferes with a debug session repeately. They do not appear willing to revert back to the way they had it which was much nicer. We could fork or include it but it is way too much work.
1818
* **Done**: Low: Add registers to `Variables` Window

0 commit comments

Comments
 (0)