In program for AVR-Mega168, AS-5, Simulator, GCC
I have command
printf_P (PSTR("Some text"));
In AS-4 everything working for F10 and for F11 key. In AS-5, when I use F10 for stepping in Debugger it is ok. But when I tried F11 - on printf_P command open windows with label: "Studio can not find: C:\home\tools\hudson\workspace\avr8-gnu toolchain\src\avr-libc\libc\stdio\printf_p.c - in my computer is no path like this. Immeditely open Disassembly window and there is :
something like this
00000D87 LDD R18,Z+3 Load indirect with displacement
00000D88 ANDI R18,0xF7 Logical AND with immediate
--- C:\home\tools\hudson\workspace\avr8-gnu-toolchain\src\avr-libc\libc\stdio\printf_p.c
00000D89 STD Z+3,R18 Store indirect with displacement
00000D8A ADIW R28,0x00 Add immediate to word
00000D8B LDI R30,0x02 Load immediate
00000D8C JMP 0x000010A7 Jump
--- C:\home\tools\hudson\workspace\avr8-gnu-toolchain\src\avr-libc\libc\stdio\puts.c
00000D8E PUSH R14 Push register on stack