Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法从 JPDA JDI 检索字符串/文本ObjectReference of java.io.InputStreamReader?
ObjectReference of java.io.InputStreamReader
为了从中读取,您必须通过它前进,这将改变被检测/调试的程序的行为。我建议不要直接读取它,而是使用 JDI 或直接修改调用代码来记录它的读取。