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?