HaxeFoundation / HaxeFoundation/hxcpp-debugger
Debugger doesn't print values of Map type
Aperta
- Lingua principale
- Haxe
- Stelle
- 49
- Fork
- 16
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
````
class Test {
private var map:Map;
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 =
{
}
````
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.