Jump to content

nozz

Members
  • Content Count

    5
  • Joined

  • Last visited

Posts posted by nozz


  1. I would bet most Delphi users hold a license for the Professional edition so I kinda understand why they would gate Linux support. It's a good short term business decision but it also means less bugs will be reported and it will take longer for the platform to mature.


  2. 31 minutes ago, dummzeuch said:

    It's off by default. I'm not sure whether it is even possible to change that default.

    Correct. I got a bit confused, Usually I had no problem using watch list but I remember now that was because I would often have a local variable capturing the value, so that tripped me off :classic_rolleyes:


  3. Hey, I've got a problem where watch list fails to evaluate things like

    Self.ClassName
    Self.ClassType

    It just returns inaccessible value despite a valid object reference, if I use the Evaluate/Modify window instead of the watch list it works just fine.

    I've also experienced other problems like not being able to inspect a TRect record passed as function parameter ( IDE says symbol eliminated by linker, despite it being used in the body of the function).

     

    I have optimization turned off, I've also deleted all .dcu files and rebuilt the project several times over. Nothing seem to work.

     

    What gives? I think this happened to me before and I had to rebuild .dproj from scratch but not sure, I will try that as last resort.

×