Debugger load core file
-
Hi,
I am trying to use the Qt Debugger to load a core file to analyze it. I am trying to analyze a core file that was generated on a remote device. Even though the load file dialogue lets me browse through the remote device's file system, no matter what core file i choose it will give me the following error:
Attach to core "/tmp/remotecore-eg2360" failed:
/tmp/remotecore-eg2360: No such file or directory.The /tmp/remotecore-eg2360 file is the one that would be automatically taken into consideration if i check the "Use local core file" box. The file exists on my local machine.
First questions is why does it not find it? Where exactly does Qt looks for it? And the second question is why does it always try to load this file, not the given one?
Thank you!
-
Hi!
There is no such thing like "Qt Debugger". QtCreator (I guess you use QtCreator?) either uses GDB or the Microsoft debugger.
What is your remote device? What architecture is it (x86, ARM,...)?