Delphi 10.1 Berlin Debug not working
I have been using Delphi 7 for years and found it to be a very stable platform and virtually all components work without bugs.
I have now downloaded Delphi 10.1 Berlin to see what the advantages are of buying the latest version of Delphi and after spending hours converting a Delphi 7 program to work with the new software found that I cannot debug my program. The build configuration is set to debug and yet breakpoints (yes I have the red circle next to the line number) are completely ignored. Even run to cursor does not work. I also tried to use the ballonhint component and found that for every line of text I add to the hint, the balloonhint adds a blank line above the hint heading and eventually the hint text is cut off by the bottom of the balloonhint.
My question is, are the problems I am having because because this is a cut down (beta) version of Delphi or will I still have the same problems if I purchase the full product?
-
Accepted Answer
0MT Kelly - I tried clean and it didn't work.
I created a new project and just dropped a label on the form and in the form create event - i added the following: Label1.caption:='Hello World';
I then set a breakpoint on the line and ran the program - the breakpoint was ignored. I made sure I was in Build mode.
Breakpoints still are not working.
Slovek - I don't know what you mean by target! - if you mean what OS I am using, it is Windows 10 Home, 64-bit.
-
Accepted Answer
0Hi Paul
please specify what target are you using ?
yesterday I had similar problem on IOS target: no breakpoints, no run to cursor
-
Accepted Answer
0Hi Paul,
The trial is a full fledged Delphi license (not at all cut down).
Try this:
Right click the project in the Project Manager -> Clean. Then Build.
MT