我在主机PC和远程ARM设备上运行Ubuntu。 我正在尝试在主机PC上使用Monodevelop来远程调试在ARM板上运行的c#代码。 我关注What is expected in the "Output" field of Monodevelop's Custom Command Mono Soft Debugger dialog? 如果我没有设定断点,一切正常。但是,我试图跨过一个断点,我收到如下错误信息:
Assertion at debugger-agent.c:4349, condition `tls->frame_count' not met
堆栈跟踪:
Native stacktrace:
Debug info from gdb:
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
Aborted
我设置的断点和地址无关紧要。 任何人都有一些想法吗?