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
OS and version of remote machine (if applicable): linux 4.9 on arm 32bit cortex-A9
GDB / LLDB version: gdb 7.12
Bug Summary and Steps to Reproduce
Bug Summary:
I run vs code on ubuntu 24.04 with a cross compiled gdb 7.12, to remote debug a program run on another embeded device( cpu is arm cortex-A9 32bit), a gdb server 7.12 run on device to execute the program, sometimes, cppdbg failed to enter an common break point, it report an error message: "ERROR: Error while trying to enter break state. Debugging will now stop. Unrecognized format of field "level" in result: {level=-1,addr=0x7603e3ac,func=??,args=[]}"
but when I use codeblock 20.03 with the same cross compiled gdb 7.12, that is ok to enter the same break point.
ERROR: Error while trying to enter break state. Debugging will now stop. Unrecognized format of field "level"in result: {level=-1,addr=0x7603e3ac,func=??,args=[]}
Other Extensions
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Thank you for reporting this issue. We’ll let you know if we need more information to investigate it. Additionally, if you're working with GDB/LLDB, please note that the code is open source at https://github.com/microsoft/MIEngine/wiki/Contributing-Code . Your contributions are always welcome and appreciated.
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
I run vs code on ubuntu 24.04 with a cross compiled gdb 7.12, to remote debug a program run on another embeded device( cpu is arm cortex-A9 32bit), a gdb server 7.12 run on device to execute the program, sometimes, cppdbg failed to enter an common break point, it report an error message: "ERROR: Error while trying to enter break state. Debugging will now stop. Unrecognized format of field "level" in result: {level=-1,addr=0x7603e3ac,func=??,args=[]}"
but when I use codeblock 20.03 with the same cross compiled gdb 7.12, that is ok to enter the same break point.
Steps to reproduce:
Debugger Configurations
Debugger Logs
Other Extensions
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: