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);
find Finds info of the inner loops in the program
void setLineAttributes(int lineNum, wxTextAttr style)
wxChoice * sourceFileList_
void onSourceFileChoice(wxCommandEvent &event)
void loadProgram(const TTAProgram::Program &program)
wxTextCtrl * sourceCodeText_
void highlightLine(int lineNum)
void loadSourceCode(wxString sourceFile)
void onProgramLoaded(const SimulatorEvent &event)
virtual ~ProximDebuggerWindow()
void showLine(int lineNum)
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
std::vector< int > currentLineNums_
void onSimulationStop(const SimulatorEvent &event)