Skip to content

Trying to build debugger-libs as a dep of sdb #408

Open
@franciscod

Description

@franciscod

Hi. I'm trying to build https://github.com/mono/sdb which has debugger-libs as a submodule.

I get the following error:

/home/.../sdb/dep/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/AssemblyMirror.cs(8,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [/home/.../sdb/dep/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj]

Here's the command being run for the build:
msbuild /nologo /property:Configuration=Debug /verbosity:quiet /r debugger-libs.sln

msbuild is at version 16.10.1.26701

I've tried adding Cecil via nuget but I didn't succeed. I don't have much experience developing things on the .NET ecosystem.

What can I do to get this to build? Any hints?
Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions