Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Remote debugging in sdb #85

Answered by alexrp
Alphapage asked this question in Questions
Discussion options

You must be logged in to vote

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.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by alexrp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #8 on June 12, 2021 09:18.