processing / processing/processing4
Need to double click on arrays in VARIABLES window when debugging in IDE
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- Java
- Sterne
- 494
- Forks
- 183
- Ø Merge
- 4 Std. 39 Min.
- Gemergte PRs (30 T.)
- 3
Beschreibung
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
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Beginne damit, das Problem im Processing IDE-Debugger unter macOS mit dem bereitgestellten String-Array-Sketch zu reproduzieren. Verfolge die Behandlung eingeklappter Arrays im Variablenfenster des PDE-Debuggers; abgeschlossen ist die Aufgabe, wenn ein einzelner Klick den Inhalt des Arrays zuverlässig ein- und ausklappt.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java
- Bereich
- desktop, devtools
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 42/100