|
|
debugCommandEvent = NULL; | debugCommandEvent = NULL; |
} else { | } else { |
// store this command in debugCommand for the future | // store this command in debugCommand for the future |
wxLogDebug (wxT("storing debugger command '")) + |
wxLogDebug (wxString(wxT("storing debugger command '")) + |
wxString(tmp, wxConvUTF8) + wxT("'")); |
wxString(tmp, wxConvUTF8) + wxT("'")); |
debugCommand = tmp; | debugCommand = tmp; |
} | } |
} | } |