Comment 1 for bug 1450773

Revision history for this message
Benjamin Zeller (zeller-benjamin) wrote :

If you run a app locally in debug mode the debugger attaches to the process executed by qtc. The problem with the scope runner is that it is not the process we want to debug, bug instead it spawns a new subprocess that is the scope. So what we need is a similar technique as we use on the phone, the scoperunner needs to start a gdbserver we can attach to.

Its not a trivial task to make that work, that problem is known and on our ToDo list already.