Debugger cannot evaluate function calls like myStringList.contains("bla")
-
-
Hello,
Can anybody tell me why the integrated debugger cannot evaluate expressions like
myStringList.indexOf("x") or myStringlist.contains("y")
Are those functions optimized (removed) by the compiler or is there another reason?
Thanks,
Christian@cvoelkel
about which debugger are we talking here?
To answer your question: Because the debugger most probably doesn't find the debug symbols. (e.g. PDB files in case of CDB/MSVC debugger on windows)