回答編集履歴
1
追記
answer
CHANGED
@@ -4,4 +4,8 @@
|
|
4
4
|
ブレークポイントを指定しなくてもその時点のオブジェクトをシリアライズしてロギングすれば問題ない。
|
5
5
|
|
6
6
|
ここにリモートデバッグの方法が書いてあるので一読されたし。
|
7
|
-
[Debugging .NET on Red Hat Enterprise Linux from Visual Studio](https://developers.redhat.com/blog/2016/09/06/debugging-net-on-rhel-from-visual-studio/)
|
7
|
+
[Debugging .NET on Red Hat Enterprise Linux from Visual Studio](https://developers.redhat.com/blog/2016/09/06/debugging-net-on-rhel-from-visual-studio/)
|
8
|
+
|
9
|
+
これはデバッグ手法であってデバッガではない。
|
10
|
+
しかしハナから選択肢から外していた Visual Studio が使える。
|
11
|
+
デバッガの選択肢が増えたとも言えるであろう。
|