processing / processing/processing4
Need to double click on arrays in VARIABLES window when debugging in IDE
Chưa có ai nhận issue này.
- Ngôn ngữ chính
- Java
- Star
- 494
- Fork
- 183
- Merge trung bình
- 4 giờ 39 phút
- Pull request đã merge (30 ngày)
- 3
Mô tả
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
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Hướng nghiên cứu
Bắt đầu bằng cách tái hiện sự cố trong trình gỡ lỗi của Processing IDE trên macOS bằng sketch String array được cung cấp. Theo dõi cách PDE debugger xử lý các mảng bị thu gọn trong cửa sổ biến; hoàn tất khi một lần nhấp duy nhất luôn mở rộng và thu gọn nội dung mảng.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- java
- Lĩnh vực
- desktop, devtools
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 42/100