### Installed product versions - Visual Studio: Community Edition 2015 - This extension: latest ### Description How would one go about to attaching to an embedded mono process (ex: C program which starts mono with something like: ``` const char* options[] = {"--debugger- agent=transport=dt_socket,address=localhost:12345,server=y,suspend=y"}; mono_jit_parse_options(1, (char**)options); mono_debug_init(MONO_DEBUG_FORMAT_MONO); ```
Installed product versions
Description
How would one go about to attaching to an embedded mono process (ex: C program which starts mono with something like: