Debugger missing code

Hi all - I have one machine that seems to have great chunks of code that don’t display in the debugger window - so if I am stepping throught, the pointer will still behave as it should, and the correct line gets executed, but the line displayed on the screen is completely wrong.Any suggestions?

TIA

John

Subject: Debugger missing code

Hi John,

 Just a thought, Well, If you think its something to do with the Notes Cache. Then you can very well delete the Cache.NDK file located in your Notes Client directory. And then start debugging to see the changes.

The file will be located in the Notes Data Directory. For e.g. D:/Program Files/Lotus/Notes/Data/ (if your installation path is D drive)

Check for the file here and delete the same(hard delete using Shift+Del). Remeber to exit Notes before attempting this process.

Also, you can ensure, the code that you debug is correct.

Hope that helps,

Jason

Subject: RE: Debugger missing code

Thanks Jason - I’ve just tried this and it hasn’t worked.

I think it may relate to a load of commented out old code that I deleted a few days back, but I can’t see how to cure it.

Anybody know???

John