processing / processing/processing4
Need to double click on arrays in VARIABLES window when debugging in IDE
まだ誰も着手していません。
- 主要言語
- Java
- スター
- 494
- フォーク
- 183
- 平均マージ
- 4時間 39分
- マージ済み PR(30日)
- 3
説明
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
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、提供された String array sketch を使い、macOS 上の Processing IDE デバッガーで問題を再現します。PDE デバッガーの、折りたたまれた配列に対する variables window の処理を追跡します。完了条件は、1 回のクリックで配列の内容が一貫して展開および折りたたみされることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- desktop, devtools
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 42/100