Lines 850-857
Link Here
|
850 |
debugCommandEvent = NULL; |
850 |
debugCommandEvent = NULL; |
851 |
} else { |
851 |
} else { |
852 |
// store this command in debugCommand for the future |
852 |
// store this command in debugCommand for the future |
853 |
wxLogDebug (wxT("storing debugger command '")) + |
853 |
wxLogDebug (wxString(wxT("storing debugger command '")) + |
854 |
wxString(tmp, wxConvUTF8) + wxT("'")); |
854 |
wxString(tmp, wxConvUTF8) + wxT("'")); |
855 |
debugCommand = tmp; |
855 |
debugCommand = tmp; |
856 |
} |
856 |
} |
857 |
} |
857 |
} |