Using AVR Studio Simulator

Is there a way to generate debug files to allow the use of the simulator to step through a sketch in C++ rather than assembler?

I'm working on a sketch for decoding RC5 IR signals and can't insert println statements in critical locations due to timing issues.