gdbghidra
gdbghidra copied to clipboard
System.out.print logging, where is the output?
Hi, I'm trying to debug an issue with this on Ghidra 9.1, and I can't figure out where logging output goes.
https://github.com/Comsecuris/gdbghidra/blob/139627a5b6da80b51d0e6c20a856fbc830828f60/src/main/java/gdbghidra/GDBReceiver.java#L108
E.g., for a line like above.
Ghidra maps stdout/stderr to /dev/null
, so I'm not sure what's going on here.
Any help would be appreciated, thanks!