Jump to content
Perpeto

Classic Code Insight doesn't work in the debugger at all (Delphi 13)

Recommended Posts

Classic code insight works way better than the LSP in Delphi 13 (at least you get a result, though it's blocking the IDE).

 

But even with a new project (File -> New -> New VCL Application) it doesnt work at all, if I start debugging the application. It does nothing, if I click on "TForm" and even does not show anything, if I move the cursor above anything.

Can anyone confirm this? Thanks!

 

(tested with 64 Bit IDE, but not with yet with the 32bit one).

I've created a bug report: https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-4512

Edited by Perpeto

Share this post


Link to post

I've had no problems with LSP in D13. After seeing your post, I tried both LSP and classic in both 32-bit and 64-bit. CodeInsight works fine in design-mode for the small test project I looked at.

7 hours ago, Perpeto said:

if I start debugging the application. It does nothing, if I click on "TForm" and even does not show anything,

In debug mode, hovering your mouse over identifiers will (try to) show the value of them, not the definition. Perhaps you're confusing the context.

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

×