Re: [fpc-pascal] fpDebug function-call proof-of-concept

2020-07-10 Thread Joost van der Sluis
Op 09-07-2020 om 05:29 schreef Ryan Joseph via fpc-pascal: On Jul 7, 2020, at 8:13 PM, Joost van der Sluis wrote: I am using this plugin: (Please install and give feedback) https://marketplace.visualstudio.com/items?itemName=CNOC.fpdebug Well, actually I wrote it:

Re: [fpc-pascal] fpDebug function-call proof-of-concept

2020-07-08 Thread Ryan Joseph via fpc-pascal
> On Jul 7, 2020, at 8:13 PM, Joost van der Sluis wrote: > > > I am using this plugin: (Please install and give feedback) > https://marketplace.visualstudio.com/items?itemName=CNOC.fpdebug > > Well, actually I wrote it: > https://gitlab.freepascal.org/Joost/vscode-fpdebug Joost, it sounds

Re: [fpc-pascal] fpDebug function-call proof-of-concept

2020-07-07 Thread Joost van der Sluis
Op 07-07-2020 om 14:17 schreef Sven Barth via fpc-pascal: Joost van der Sluis mailto:jo...@cnoc.nl>> schrieb am Di., 7. Juli 2020, 11:17: Hi all, Last weekend I started on the ability to evaluate functions within fpDebug. And I got quite far. It is a proof-of-concept, still

Re: [fpc-pascal] fpDebug function-call proof-of-concept

2020-07-07 Thread Joost van der Sluis
Op 07-07-2020 om 12:41 schreef Christo Crause via fpc-pascal: On Tue, 7 Jul 2020, 11:17 Joost van der Sluis, > wrote: Last weekend I started on the ability to evaluate functions within fpDebug. And I got quite far. It is a proof-of-concept, still needs a lot

Re: [fpc-pascal] fpDebug function-call proof-of-concept

2020-07-07 Thread Sven Barth via fpc-pascal
Joost van der Sluis schrieb am Di., 7. Juli 2020, 11:17: > Hi all, > > Last weekend I started on the ability to evaluate functions within > fpDebug. And I got quite far. It is a proof-of-concept, still needs a > lot of work. But it works! > > See it in action here: > >

Re: [fpc-pascal] fpDebug function-call proof-of-concept

2020-07-07 Thread Christo Crause via fpc-pascal
On Tue, 7 Jul 2020, 11:17 Joost van der Sluis, wrote: > Hi all, > > Last weekend I started on the ability to evaluate functions within > fpDebug. And I got quite far. It is a proof-of-concept, still needs a > lot of work. But it works! > Great news! I guess this is a step towards evaluating

[fpc-pascal] fpDebug function-call proof-of-concept

2020-07-07 Thread Joost van der Sluis
Hi all, Last weekend I started on the ability to evaluate functions within fpDebug. And I got quite far. It is a proof-of-concept, still needs a lot of work. But it works! See it in action here: http://amira.cnoc.nl/fpc/FpDebugCallProofOfconcept.gif Regards, Joost.