-
I don't know if this is the right place to ask this question, but I could not find any info on this topic. Does SDB comply to GDB's machine interface? I ask because of Microsoft/MIEngine and remote debugging a mono project from inside Visual Studio? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
It doesn't, it uses a custom wire protocol based on the java debugger protocol: |
Beta Was this translation helpful? Give feedback.
-
Please correct me where I'm wrong: VS gdb support: |
Beta Was this translation helpful? Give feedback.
-
SDB (the command line program) doesn't support the machine interface out of the box as Zoltan said, but I imagine it would be possible to support it in theory, as long as it's just a matter of supporting certain commands. |
Beta Was this translation helpful? Give feedback.
-
Closing as the question has been answered. |
Beta Was this translation helpful? Give feedback.
It doesn't, it uses a custom wire protocol based on the java debugger protocol:
http://www.mono-project.com/docs/advanced/runtime/docs/soft-debugger/