Checklist
How often does this bug occurs?
always
Expected behavior
WHen i run Qemu Debug in VSCode, the debugger keeps halting with
Could not fetch register "htimedelta"; remote failure reply '14'
My only workaround was to add
set remote fetch-register-packet off
to gdbinit in my home directory.
Actual behavior (suspected bug)
Either implement it or do not advertise it. I am not sure of all of the ramifications. The error prevents the debuger from displaying the registersm and is an overall annoyance.
Error logs or terminal output
Steps to reproduce the behavior
Run Qemu Debug in vscode.
Error appears as soon as debugging starts .
Project release version
ESP-IF 5.5.3
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Windows
Operating system version
11
Shell
PowerShell
Additional context
No response
Checklist
How often does this bug occurs?
always
Expected behavior
WHen i run Qemu Debug in VSCode, the debugger keeps halting with
Could not fetch register "htimedelta"; remote failure reply '14'
My only workaround was to add
set remote fetch-register-packet off
to gdbinit in my home directory.
Actual behavior (suspected bug)
Either implement it or do not advertise it. I am not sure of all of the ramifications. The error prevents the debuger from displaying the registersm and is an overall annoyance.
Error logs or terminal output
Steps to reproduce the behavior
Run Qemu Debug in vscode.
Error appears as soon as debugging starts .
Project release version
ESP-IF 5.5.3
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Windows
Operating system version
11
Shell
PowerShell
Additional context
No response