Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Visual Studio では、DLL をデバッグするために「プロセスにアタッチ」を使用できます。
Eclipse/StatET で R パッケージの C/C++ コードをデバッグする方法はありますか (つまり、Scilab にリンクされた外部コードをデバッグするこの例のようなもの)?
最初に R を実行する必要があります。次に、パッケージを実行し、R プロセスにアタッチする必要があります ([デバッグ構成] > [アプリケーションに C/C++ をアタッチ])。R と eclipse の両方を root として実行する必要があります。
共有ライブラリは、R パッケージ ライブラリである ...dll または ...so へのアドレスである必要があります。
注 1: R パッケージをコンパイルするには、Eclipse をセットアップする必要があります。
http://blog.fellstat.com/?p=170