diff -r 9be3fb6a4a1b cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/Disassembly.java --- a/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/Disassembly.java Wed Jul 22 19:31:38 2015 +0200 +++ b/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/Disassembly.java Thu Jul 23 10:41:46 2015 +0200 @@ -459,7 +459,7 @@ writer.close(); } } catch (IOException ex) { - //do nothing + LOG.log(Level.INFO, null, ex); } }