Hello
I have just started using Lazarus. I'm coming from Xojo.
I've written a few small applications to start. Lazarus seems quite good so far.
But one thing - I can't get the Debugger to work.
Here's what I do:
I write a simple program, highlight a variable, click CNTRL+F5, and the variable appears correctly in the Watch window.
Enable the Debugger.
Run the program - but no matter what I do, the Value of the variable in the watch window ALWAYS remains "<invalid>"
I have tried this with many variables, Integers, strings, floats, etc. Global and Local variables. The value always stays "<invalid>".
What am I doing wrong?
Thanks
Gary