3

我在主机 PC 和远程 ARM 设备上运行 Ubuntu。我正在尝试在主机 PC 上使用 Monodevelop 远程调试在 ARM 板上运行的 c# 代码。我遵循Monodevelop 的自定义命令 Mono Soft Debugger 对话框的“输出”字段中的预期内容? 如果我不设置断点,一切正常。但是,我尝试跨过断点的所有操作,都会收到如下错误消息:

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

我设置断点的位置和代码都没有关系。有人有一些想法吗?

4

0 回答 0