ホスト PC とリモート ARM デバイスで Ubuntu を実行しています。ホスト PC で Monodevelop を使用して、ARM ボードで実行されている C# コードをリモートでデバッグしようとしています。Monodevelopの Custom Command Mono Soft Debugger ダイアログの "Output" フィールドには何が期待されていますか? ブレークポイントを設定しなければ、すべて正常に動作します。ただし、ブレークポイントをステップオーバーしようとすると、次のようなエラーメッセージが表示されます。
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
ブレークポイントを設定する場所とコードは関係ありません。誰にもいくつかのアイデアがありますか?