Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.
This repository was archived by the owner on Jun 8, 2025. It is now read-only.

Attaching to embedded mono process #26

Description

@DarioGi

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions