Skip to content

05. Editing Fields

ThisTestUser edited this page Oct 29, 2018 · 2 revisions

In Java Debugger fields with basic types (primitive, string, enum, array of any three) can be edited. To get started, click on the field in the panel to the right.

Fields_1

Arrays may be edited using 2 ways:

Fields_2

This way allows you edit using a table.

Fields_3

This way is through clicking the array in the left panel and then editing each index. While less messy, you cannot change array sizes through this method.

Uneditable fields can be clicked, but they won't be editable.

Clone this wiki locally