The compiler is probably optimizing your code. Take a look at your compile flags. Even at the lowest optimization, it still might decide to optimize (there is no such thing as non-optimized code really).
Other than that... debugging output is what you have to work with.
HTH
Bookmarks