Looking naively at that callstack, have you checked if everything related to debugging symbols is on in your compiler options?
Paul-Jan
2009-08-04 11:23:20
Looking naively at that callstack, have you checked if everything related to debugging symbols is on in your compiler options?
Ok found the case.
This error occurs only if file in which we perform refactoring is not in USES section of DPR file ie. is a library file in Delphi’s search path (or how is this path called).