我正在创建使用 RXTXComm 库读取/写入 com 端口的应用程序。当我试图从流中读取一个字节时,一切都很好。
while ( ( data = in.read() ) > -1 )
然后我尝试读取 []byte 并将断点放在这一行:
int g = in.read(buffer,off,len);
当调试到达这个地方并且我恢复调试时 - 出现带有如下消息的新窗口:
Class File Editor
Source not found
----------------------
The JAR file c:\pro\RXTXcom.jar has no source attachment.
You can attach the source by clicking Attach Source below:
问题是什么?这也不例外,因为我无法在 try-except 块中捕获它。这是什么?我没有要求“追踪”,也不需要来源。