Jump to content

Paul Kallenberg

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. Paul Kallenberg

    Find Declaration and Add Watch

    Roger, I checked that. disable all optimizations is set to "true". Any other suggestions?
  2. Paul Kallenberg

    Find Declaration and Add Watch

    1. I'm not sure if the code is executed in 'dev' mode. How can I check? 2. Here is a picture. The code is stopped at breakpoint at line 149. On 148, it says int r = 6. On the left I watch r. I expect to see a Value of 6. However, it shows 4 question marks.
  3. Paul Kallenberg

    Find Declaration and Add Watch

    I am using Delphi 10.4 and C++ Builder 10.4 Update 2, with TwineCompile 5.2.3.302 and Modern C++ Compiler. I have 2 questions. 1. When rightclicking on a variable or method and then choosing Find Declaration I expect to go to the declaration. However, I don't see any response. What do I have to do to make this work, or is this a bug? 2. When running my application I set a breakpoint at a certain line of code. When this line is hit, I try to read the content of a variable in that line via Run -> Add Watch. Too often this gives me only 4 question marks instead of the content asked for. Again, what do I have to do to make this work, or is this a bug?
×