Go to the documentation of this file.
34 #ifndef TTA_PROXIM_DEBUGGER_WINDOW_HH
35 #define TTA_PROXIM_DEBUGGER_WINDOW_HH
70 wxSizer*
createContents(wxWindow *parent,
bool call_fit,
bool set_sizer);
wxTextCtrl * sourceCodeText_
ProximDebuggerWindow(ProximMainFrame *parent, int id)
void showLine(int lineNum)
void highlightLine(int lineNum)
virtual ~ProximDebuggerWindow()
void onSimulationStop(const SimulatorEvent &event)
void setLineAttributes(int lineNum, wxTextAttr style)
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
std::vector< int > currentLineNums_
wxChoice * sourceFileList_
void loadProgram(const TTAProgram::Program &program)
void onSourceFileChoice(wxCommandEvent &event)
find Finds info of the inner loops in the program
void loadSourceCode(wxString sourceFile)
void onProgramLoaded(const SimulatorEvent &event)