HaxeFoundation / HaxeFoundation/hxcpp-debugger
Debugger doesn't print values of Map type
Abierto
- Lenguaje dominante
- Haxe
- Estrellas
- 49
- Forks
- 16
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
````
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 =
{
}
````
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.