-
Hello, Does sdb support remote debugging ? Thanks in advance for your answer. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Yes:
|
Beta Was this translation helpful? Give feedback.
-
Great. Wonderful feature. |
Beta Was this translation helpful? Give feedback.
-
It's the same thing. Run Mono with the appropriate See |
Beta Was this translation helpful? Give feedback.
It's the same thing. Run Mono with the appropriate
--debugger-agent
option, e.g.--debugger-agent=transport=dt_socket,address=<ip>:<port>
. Append,server=y
if you want to connect to the debuggee instead of the debuggee connecting to the debugger.See
mono --debugger-agent=help
.