processing / processing/processing4

Need to double click on arrays in VARIABLES window when debugging in IDE

未关闭
#1,116 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

bug
主要语言
Java
星标
494
派生
183
平均合并
4 小时 39 分钟
30 天内合并 PR
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.

  1. Start debugging and go to the variables window.

  2. Click the Array for it to open, the > simbol at the left changes to the open position but do nothing happens.

  3. Click again and the > simbol changes to the "closed" position.

  4. 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

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

首先,在 macOS 上使用提供的 String array sketch,在 Processing IDE 调试器中复现该问题。跟踪 PDE 调试器对折叠数组的变量窗口处理;完成标准是单击一次即可稳定地展开和折叠数组内容。

由索引模型根据 Issue 内容生成。

评估

技术栈
java
领域
desktop, devtools
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
42/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。