On Thu, 10 Mar 2022, Hairy Pixels via fpc-pascal wrote:
On Mar 9, 2022, at 10:48 PM, Michael Van Canneyt via fpc-pascal
wrote:
It breaks early on when sending the first message (initialize) which I register
like this:
JSONRPCHandlerManager.RegisterHandler('initialize', TInitial
> On Mar 9, 2022, at 10:48 PM, Michael Van Canneyt via fpc-pascal
> wrote:
>
>> It breaks early on when sending the first message (initialize) which I
>> register like this:
>>
>> JSONRPCHandlerManager.RegisterHandler('initialize', TInitialize);
>
> So you get an exception here ?
No th
On Wed, 9 Mar 2022, Hairy Pixels via fpc-pascal wrote:
I don’t know where to start debugging this yet but I found that compiling
for the aarch64 target now breaks my Pascal language server which uses
JSON RPC.
It breaks early on when sending the first message (initialize) which I register
li
I don’t know where to start debugging this yet but I found that compiling for
the aarch64 target now breaks my Pascal language server which uses JSON RPC.
It breaks early on when sending the first message (initialize) which I register
like this:
JSONRPCHandlerManager.RegisterHandler('in