documenting potential bug
This commit is contained in:
parent
7c2b6238fe
commit
65b5fd0dde
1 changed files with 2 additions and 0 deletions
|
@ -163,6 +163,8 @@ public class CodeUI extends JPanel {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Configure breakpoint menu options */
|
/* Configure breakpoint menu options */
|
||||||
|
/* XXX TODO We should ask for the file specified in the firmware, not
|
||||||
|
* the actual file on disk. */
|
||||||
Integer address =
|
Integer address =
|
||||||
CodeUI.this.mote.getExecutableAddressOf(displayedFile, line);
|
CodeUI.this.mote.getExecutableAddressOf(displayedFile, line);
|
||||||
if (address == null) {
|
if (address == null) {
|
||||||
|
|
Loading…
Reference in a new issue