I am using CDT for developing C programs.
When the debugger stops on a break point and I do "Step Over" or "Step Into" the debugger behaviour is based on the source line level but not on the instruction level.
Can I do debugging on the instruction level in CDT?