Skip to content

Debugger doesn't print values of Map type #18

Description

@nulld
class Test {
    private var map:Map<Int, Int>;

    public function new() {
        map = [1 => 1, 2 => 2];
        trace(map);
    }

In debugger output

print this.map

this.map : haxe.ds.IntMap =
{
    h : Dynamic = ...
}

6> print this.map.h

this.map.h : Dynamic =
{
}

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