Delphi 10.1 Berlin Debug not working

0

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?

Responses (3)
  • Accepted Answer

    Monday, March 20 2017, 08:17 AM - #Permalink
    0

    MT 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.

    The reply is currently minimized Show
  • Accepted Answer

    Thursday, March 16 2017, 01:07 AM - #Permalink
    0

    Hi Paul

    please specify what target are you using ?

    yesterday I had similar problem on IOS target: no breakpoints, no run to cursor

    The reply is currently minimized Show
  • Accepted Answer

    Monday, March 13 2017, 07:18 AM - #Permalink
    0

    Hi 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

    The reply is currently minimized Show
Your Reply

Please login to post a reply.........