mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 10:45:37 +02:00
Print gdb responses.
This commit is contained in:
parent
5fff1d8d25
commit
f9b771cd11
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ public class RxThread extends Thread {
|
|||
try {
|
||||
String line;
|
||||
while ((line = reader.readLine()) != null) {
|
||||
//String text = (line.length() > 500) ? line.substring(0, 500) : line;
|
||||
//MIPlugin.getDefault().debugLog(text);
|
||||
// TRACING: print the output.
|
||||
MIPlugin.getDefault().debugLog(line);
|
||||
processMIOutput(line + "\n");
|
||||
}
|
||||
} catch (IOException e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue