VishalTanwar 0 Posted May 26, 2023 Hi All, I am new to learn Delphi technology. I am using Delphi 7 application. Can anyone help me regarding learning part. from where I need to start and what things i need to see. I got the basic details from the internet but still I am struggling for debugging part. If anyone can help, please let me know. Thank You Share this post Link to post
haentschman 92 Posted May 26, 2023 (edited) Hi...welcome here. Quote I am new to learn Delphi technology. ...great! Quote I am using Delphi 7 application. Why? Better using the Delphi Community edition...the modern way. https://www.embarcadero.com/products/delphi/starter/free-download/ Quote If anyone can help, please let me know. https://learndelphi.org/de/everything-you-need-to-know-about-debugging-in-delphi/ Edited May 26, 2023 by haentschman Share this post Link to post
dummzeuch 1505 Posted May 26, 2023 58 minutes ago, haentschman said: Why? Better using the Delphi Community edition...the modern way. If he qualifies for using it. An old, legal Delphi 7 license can still be used for anything, including professional programming. The CE license is very limited in what it allows. Share this post Link to post
dummzeuch 1505 Posted May 26, 2023 1 hour ago, VishalTanwar said: I am struggling for debugging part. What exactly is it you are struggling with? Basically, you enable the debug options in the compiler options dialog, build and start your program from the IDE with F9. That's about it. Share this post Link to post