2

I would like to visualize the code flow for a C++ project that I need to modify. The code compiles and runs fine.

Background: Actually I am modifying an MRI sequence code. The framework is being called idea (SIEMENS). It somehow combines visual studio 2008 and cygwin to call customized command line inputs. Even the strucutre of makefile is different from usual makefile that I usually use for C++ project. (Disclaimer: I do not understand much about makefile and its customization nor do I know much about use of cygwin.)

1) I have access to dll and .so files

2) Also, path to include files are somehow abbreviated.

Abbreviated include statement:

#include "MrServers/MrMeasSrv/SeqIF/csequence.h"

Full include statement

#include "C:/MIDEA/N4_VD13A_LATEST_20120616/n4/pkg/MrServers/MrMeasSrv/SeqIF/csequence.h"

3) My project does not start with main(); but, it starts with init() and then it pass to prep(), check(), run(). Prep stage becomes particularly complicated.

4) The IDEA framework is designed in combination with cygwin for command line use only. So, I can not place break point.

Could someone suggest me how to visualize the code flow?
Garima Singh
  • 1,410
  • 5
  • 22
  • 46

0 Answers0