Jump to content
Sign in to follow this  
Nicolò Blunda

Debug don't starts in DelphiCE 11

Recommended Posts

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 by Nicolò Blunda

Share this post


Link to post

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

@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?

  1. createa new project (VCL/FMX)
  2. delete the first form (default) - let the project empty
  3. now, just add your old units/forms/etc... 
  4. save this project in a new folder... ex.:  projectX\RAD10 ... projectX\RAD11  -- and original project (DPROJ) will be intact!
  5. now you'll have the same app with DPROJ files and setting for each IDE

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×