"Entry not found in index" when running simple debug session

Hi everyone!

When running a debug session through a view in a template db:

Set entry = nav.Getfirst()

While Not (entry Is Nothing)

Set entry = nav.Getnext(entry) ← Here!

Wend

<-Here - I get an error “Entry not found in index”.

What’s wrong?

By the way, this thing is often followed by “NSD is running”…

Thanks in advance,

   Dmitry.

Subject: “Entry not found in index” when running simple debug session

Did you ever determine a cause for this error? i am experiencing the same issue trying to do the exact same thing. I imagine it’s probably something simple.