You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Various memory areas in an embedded system can be inaccessible at some point, before an actual configuration/enablement. When Memory Inspector asks for memory to be read, the request eventually reaches a (GDB) debug server that might return a memory access error. Looks like Memory Inspector is not very good at handling such a situation and it simply reports "No results found".
How to reproduce:
NXP SDK, NXP LPC55S69 board, a J-Link debug probe. Should not matter as long as you can replicate what's written above.
MCUXpresso for VS Code extension installed.
Import a "Hello World" project using the MCUXpresso for VS Code extension.
Debug.
Start Memory Inspector and jump to address 0x20000000.
Load 128 more bytes above. At this point, address at 0x1FFFFF00 is inaccessible.
Or try to replicate the basic idea (assume some memory area is invalid and try to access it from Memory Inspector) by some other means, other setup.
Expected behavior
Memory Inspector should make it clear that memory cannot be accessed.
Environment
OS: Windows 11
Theia or VS Code Version: VS Code 1.96.4
Additional information
GDB debug server reports error but Memory Inspector simply shows "No results found":
The text was updated successfully, but these errors were encountered:
Description
Various memory areas in an embedded system can be inaccessible at some point, before an actual configuration/enablement. When Memory Inspector asks for memory to be read, the request eventually reaches a (GDB) debug server that might return a memory access error. Looks like Memory Inspector is not very good at handling such a situation and it simply reports "No results found".
How to reproduce:
Or try to replicate the basic idea (assume some memory area is invalid and try to access it from Memory Inspector) by some other means, other setup.
Expected behavior
Memory Inspector should make it clear that memory cannot be accessed.
Environment
Additional information
GDB debug server reports error but Memory Inspector simply shows "No results found":
The text was updated successfully, but these errors were encountered: