Search Results

Search results 1-8 of 8.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hi Alex. Thank you for response and the sample project. Enum declaration is really navigable (actually, only variable itself but not enum values like enumValX. As well as Struture_t fields.) And I understand that it is very difficult to provide support for lots of toolchains. But in that case it would be fair to mention that there is only partial support of Keil/Armcc toolchain (as it has issues due to incomplete DWARF file generation). Because now one might get the impression that it was tested…

  • Hi Alex. Thank you for info. That sheds some light on the issue. But there are some questions remain. I used fromelf utility of Keil bundle and tried to analyze guts of the ELF (axf) file. Indeed, there are no "decl_file", "decl_line" ("decl_column" too) attributes for "DW_TAG_variable" data. So that is clear to me why Ozone doesn't show a variable position. But what I found else: Source Code (19 lines)Enum AnotherEnumT has data to show its placement but still Ozone refuses to do that. Any sugge…

  • Hi Alex, Absolutely any variable (or macro definition or enum). I could not find an exception no matter how hard I tried. Regards sckare

  • Hi Alex, Right. Also you can right click on a variable (or macro definition or enum) in the source code editor and select 'Show Declaration' (or Definition). Best regards sckare

  • Hi Alex, That project is based on STM32L496ZG microcontroller. Could be used on Nucleo-L496Z etc. But I think it makes no difference because all what you need is just open the project (no physical board is needed). Regards sckare

  • Hi Alex. Happy New Year! Actually, I said that only variables and (macro) definitions couldn't be shown. I didn't mention functions because these are mostly ok (so there's no point to check the functions window). At the same time the global variables window is not working properly - double click doesn't show variable's definition/declaration in source code (Show.Source ("Var"): No source info). I have prepared a project with same issue (please find in attachment). Not global nor local variables …

  • Hi Alex. Thank you for your reply. Quote from SEGGER - AlexD: “ If you right-click onto a function invocation in the source window and select "Show Definition" the expected behavior is that Ozone opens the source file where that callee-function is implemented and moves the cursor the 1st line of that function. Ozone can do so only in case that file name is known and exists. ” "Show Definition" works only if corresponding function definition exists in the same file it is invoked from. Meanwhile "…

  • Hello Just bumped into strange behaviour of Ozone debugger (I am a new user). I created a project on the base of Keil (v5.30) 'axf' file and tried to navigate thru source project variables and definitions but was unable to do it. Right click and 'Show definition' or 'Show declaration' failed to show anything. The only I could get is 'Show.Declaration ("VarName"): No source code declaration information.' and 'Show.Definition ("VarName"): No source code definition information.'. Some variables hav…