documenting potential bug

This commit is contained in:
Fredrik Osterlind 2012-03-28 12:28:25 +02:00
parent 7c2b6238fe
commit 65b5fd0dde
1 changed files with 2 additions and 0 deletions

View File

@ -163,6 +163,8 @@ public class CodeUI extends JPanel {
}
/* Configure breakpoint menu options */
/* XXX TODO We should ask for the file specified in the firmware, not
* the actual file on disk. */
Integer address =
CodeUI.this.mote.getExecutableAddressOf(displayedFile, line);
if (address == null) {