Skip to content

__entrypoint.main() is found #24

@andre2007

Description

@andre2007

This sample application cannot be debugged

import std.stdio;

void main(string[] args)
{
	writeln(args);
}

I set a breakpoint on the writeln(args) command but the debugger stops on __entrypoint.main()

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions