Nicolò Blunda 3 Posted June 19, 2023 (edited) Hello. DelphiCE is a commercially limited edition, full working (so the specifies says...). I just try to compile my project (build under Delphi 10.3 Professional), and all works fine, 3rth part addon too... But DEBUG environnment does't go working. Running the application in DEBUG mode with F9, main form is not showed (none breakpoint is set!) and StepOver and TraceInto tools are inactives. Is it a CE limitation? Thanks. Edited June 19, 2023 by Nicolò Blunda Share this post Link to post
Nicolò Blunda 3 Posted June 19, 2023 Found solution. Some wrong lib (for running exe simulation in web browser), for mistake, hase been leave in DEBUG directive. Share this post Link to post
programmerdelphi2k 237 Posted June 19, 2023 @Nicolò Blunda normally, you can have problem with "DPROJ" setup when using old projects with new editions (or vice-versa). then try create a new "project" for each edition, then each "DPROJ" files will have settings expected for each RAD edition.. did you understood? createa new project (VCL/FMX) delete the first form (default) - let the project empty now, just add your old units/forms/etc... save this project in a new folder... ex.: projectX\RAD10 ... projectX\RAD11 -- and original project (DPROJ) will be intact! now you'll have the same app with DPROJ files and setting for each IDE Share this post Link to post
Nicolò Blunda 3 Posted June 19, 2023 Thank you very much. Now, all works fine! Share this post Link to post