Compile / Run step by step.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Break2
    New Member
    • Jul 2007
    • 13

    Compile / Run step by step.

    I have worked a couple of weeks with Visual Studio 2005 and in that program you have an option "step by step" or "compile step by step" If you use that option you can see exactly which lines are being processed by the compiler and in what sequence.

    I have been trying to find this option in Borland C++ Builder 6.0 and CodeGear C++ Builder 2007 but I am unable to locate it.

    I have tried to register on the Borland site to add a thread to a newsgoup but registering is currently not possible.

    Does anybody where this option resides in either of the 2 above mentioned programs?

    Thanks!
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Originally posted by Break2
    have worked a couple of weeks with Visual Studio 2005 and in that program you have an option "step by step" or "compile step by step" If you use that option you can see exactly which lines are being processed by the compiler and in what sequence.
    I have never seen that for C++ projects. Is this a C# or Visual C++.NET feature involving debugging using the CLR?

    Comment

    Working...