From 65b5fd0dde47bc2a5e5dde6c87def687c1268611 Mon Sep 17 00:00:00 2001 From: Fredrik Osterlind Date: Wed, 28 Mar 2012 12:28:25 +0200 Subject: [PATCH] documenting potential bug --- .../apps/mspsim/src/se/sics/cooja/mspmote/plugins/CodeUI.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/cooja/apps/mspsim/src/se/sics/cooja/mspmote/plugins/CodeUI.java b/tools/cooja/apps/mspsim/src/se/sics/cooja/mspmote/plugins/CodeUI.java index e58257b66..ee8c91988 100644 --- a/tools/cooja/apps/mspsim/src/se/sics/cooja/mspmote/plugins/CodeUI.java +++ b/tools/cooja/apps/mspsim/src/se/sics/cooja/mspmote/plugins/CodeUI.java @@ -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) {