Jump to content

Fabrizio The Cat

Members
  • Content Count

    7
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. Fabrizio The Cat

    CPP builder 12.1 CE: Debug problem

    Was Clang32 switched to classic: no change same beaviour. Thank you
  2. Fabrizio The Cat

    CPP builder 12.1 CE: Debug problem

    Hi Mark, Yes, this is normal as the variables aren't initialized. My problem is not the wrong values showed, but the debugger that don't show or refresh the actual value of the variables (local or not) during the debug. Also is a large problem the empty 'call stack' view. I think: this may be a bad value in the settings but there are hundreds of items; may be a strange bug in the compiler (missing information in code?) or in the debugger itself; some rubbish in the compiler output files that make confusion. Thank you for the collaboration.
  3. Fabrizio The Cat

    CPP builder 12.1 CE: Debug problem

    Thanks for the answer. Good idea but in Options -> C++ Compiler -> Optimizations 'Disable all optimizations' is selected. Just verified. And this wouldn't affect the blank Call stack view, i suppose nor the watch list unresponsive. I have noted that i can see the values in the watch list clicking right mouse button and then selecting the 'enable all' menu item (note the watches are all emabled...) but this seems force to refresh the view. Others ideas?
  4. Fabrizio The Cat

    CPP builder 12.1 CE: Debug problem

    Hi all, after several days of problem debugging a large project, i decided to simplify my life. So i ha have created a new project with the default form only. Put on it a button and a label. The button code is: { int a =1; int b; int c; b=2; c=a+b: label1->Caption=c; } a breakpoint on 'b=2' row The ide when in debug mode show: 'watch list', 'local variables' and 'Call stack' views first time: Running the program and pushed the button the program stops; Adding a, b and c variables to the watch list: in the watch list: a=1 b=0 c=853538 (seems random) local variables is completely blank as Call stack . pressing F8 -> b = 0 c = 853538 pressing F8 -> b = 0 c = 853538 F9 -> the program continue and show the label and the correct value. Closed the ide, launched again and stopped: in the watch list all 3 variables are with [Evaluating...] value (don't change after lot of time) and no changes tracing with F8. As i think it's a local problem, what can i do to have the debugger working? Thanks to all that will help me. Fabrizio
  5. Hi, i have downloaded the last available CPP Builder CE and i have noticed a strange behaviour: when i add the components toolbar and dock it just on the bottom of the standard toolbar, it is partially visible (only part of the first row can be viewed) and others toolbars became invisible. The problem seems to be that the size (height) of the top panel of the IDE is not resized as needed to contains all tolls bars and not all are shown or are shown incorrectly as they are in the hidden space. I have tried to search here and i noticed the tollbars have several problems. Is this one of them? There is a workaround to have a correct display? Attached the image with the componet toolbar and many other (not all visible) Thank you for the patience. Fabrizio
  6. Fabrizio The Cat

    Toolbars hidden or partially visibles (CPP Builder CE)

    Attached the image with the componet toolbar and many other (not all visible) I tryed to save it and i received the error: "Unable to apply desktop layout Pippo default: floating (undocked) layouts are no longer supported" No one has a suggestion? Thank you Fabrizio
  7. Hi, i have downloaded the last available CPP Builder CE and i have noticed a strange behaviour: when i add the components toolbar and dock it just on the bottom of the standard toolbar, it is partially visible (only part of the first row can be viewed) and others toolbars became invisible. The problem seems to be that the size (height) of the top panel of the IDE is not resized as needed to contains all tolls bars and not all are shown or are shown incorrectly as they are in the hidden space. I have tried to search here and i noticed the tollbars have several problems. Is this one of them? There is a workaround to have a correct display? Thank you for the patience. Fabrizio
×