Ignore:
Timestamp:
05/10/19 14:14:55 (5 years ago)
Author:
adrpo
Message:
  • mdt 0.7.49 - fix MDT debugging
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.debug.core/src/org/modelica/mdt/debug/gdb/core/mi/RxThread.java

    r1892 r1895  
    103103                // TRACING: print the output.
    104104                setPrompt(line);
    105                 List<String> outputs = filterMIOutput(line + "\n");
    106                 String[] outputsArray = (String[]) outputs.toArray();
    107                 for (String output : outputsArray) {
     105                List<String> outputs = filterMIOutput(line + "\n");
     106                for (String output : outputs) {
    108107                    processMIOutput(output + "\n");
    109108                    // logging
Note: See TracChangeset for help on using the changeset viewer.