processing / processing/processing4

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

Đang mở
#1,116 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

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

  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

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. 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.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. 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

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.