Re: CLOS Question - Making an object a constant



First of all thanks for replying...
With further debugging, I was able to resolve the problem.

The problem was that the slot value was a list which was apparantly
loosing one of its elements. I traced the problem to calling the sort
function and I had forgotten that it destructively modifies the list.

The slot was not being directly written to, hence changing the
:accessor to a :reader didn't help. However, that was an excellant
suggestion.

Thanks to all those who replied.

Regards,
Sachin.

.



Relevant Pages

  • Re: private fields of component show up in debugger
    ... For the accessor of class(such as ... private, protected, public), they will restrict the accessibility of class ... members in program(from other classes in same assembly or from other ... debugging tools will directly inspect the runtime program's memory to get ...
    (microsoft.public.dotnet.framework)
  • RE: Error while trying to run project
    ... help you resolve your issue. ... You can view any of these kb articles by visiting ... Microsoft CDO for Windows 2000 ... When i click 'start without debugging', ...
    (microsoft.public.vsnet.debugging)
  • IA64 and beyond
    ... There seems to be a lot of people using MASM, and I was curious as to ... how you are going to resolve the issue of new processor especially ... and linking and PEBrowse for debugging. ... PEBrowse seems to be fairly comprehensive, ...
    (comp.lang.asm.x86)
  • IA64 and beyond
    ... There seems to be a lot of people using MASM, and I was curious as to ... how you are going to resolve the issue of new processor especially ... and linking and PEBrowse for debugging. ... PEBrowse seems to be fairly comprehensive, ...
    (alt.lang.asm)
  • Re: Debuging by value
    ... You are correct, sort of. ... am using a class and property accessor that is very frequently used. ... which is the real power of debugging by value (another ... >> Jason, ...
    (microsoft.public.dotnet.languages.csharp)