calayer - Getting "Single stepping until exit from function CALayerGetDelegate, which has no line number information." in iphone sdk -


my code follows:

if ([dematallocationdict count] > 0)     {         [demattablev reloaddata]; // debugger stops here         demattablev.hidden = false;     } 

when call method , code runs @ first time. when call again getting message in console, i.e.

"single stepping until exit function calayergetdelegate, has no line number information."

i tried lot not getting solution. when continue run app gives bad access.

debugger stops @ :

 [demattablev reloaddata]; 

please me... :(

thanks in advance.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -