On device debuging and debug console (application output)
Hello,
I am able to debug my Qt application using Nokia Qt SDK and a Nokia 5530.
Breakpoint and variable lookup are working fine.
However I cannot see qDebug() or any other application output in the Application Output windows.
Is this normal ? how can I see my application output?
Thanks
Re: On device debuging and debug console (application output)
No, it's not normal. qDebug() works fine with no extra config on my N8. What method are you using to connect to the phone? USB cable?
Re: On device debuging and debug console (application output)
Yes I am using USB with app TRK.
Here is application output:
[CODE]
Executable file: 570531 2011-02-08T18:54:08 C:\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\release\gcce\udeb\myApp.exe
Package: 515540 2011-02-08T18:54:09 C:\Users\David\Documents\QtCreator\myApp\myApp.sis
Deploying application to 'Nokia 5530 XpressMusic USB (COM13)'...
Copying installation file...
Installing application...
Launching debugger...
//here should have been my qDebug() output but nothing
Debugging finished.
[/CODE]
Re: On device debuging and debug console (application output)
I think qDebug() should be sending it's output via the TRK... I expect it's probably using the Symbian RDebug API underneath although I haven't checked.
Whatever the case, possibly this is configured not to send to the TRK or USB COM port on the 5530?
I don't have one so I can't test. Maybe someone else can help.
Re: On device debuging and debug console (application output)
I have the same issue with my new N8. Can somebody help me with this issue ?