processing / processing/processing4
Need to double click on arrays in VARIABLES window when debugging in IDE
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Java
- Estrellas
- 494
- Forks
- 183
- Merge medio
- 4 h 39 min
- PR fusionados (30 d)
- 3
Descripción
Most appropriate sub-area of Processing 4?
PDE
Processing version
4.4.4
Operating system
MacOS 12.7.6
Steps to reproduce this
"1. Just write some code with an Array or any other variable or object that shows collapsed in the variables window when debugging with processing IDE.
-
Start debugging and go to the variables window.
-
Click the Array for it to open, the > simbol at the left changes to the open position but do nothing happens.
-
Click again and the > simbol changes to the "closed" position.
-
Click again and now everything works as expected."
snippet
// Paste your code below :)
String arrayTest[] = {"1", "2", "3"};
void setup() {
printArray(arrayTest);
}
// Setup a break point somewhere in order to be able to use the variables window
Additional context
I have seen this behaviour in the last two or three versions I tried.
After you double click and see contents of the Array it behaves ok and only one clik is needed to open and close it.
Would you like to work on the issue?
I can't work on the issue
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Empieza reproduciendo el problema en el depurador de Processing IDE en macOS con el sketch de array String proporcionado. Sigue el manejo de arrays contraídos en la ventana de variables del depurador PDE; se considera terminado cuando un solo clic expande y contrae sistemáticamente el contenido del array.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- java
- Área
- desktop, devtools
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 42/100