Re: [SailfishDevel] Debug in Mac OSX

2013-05-27 Thread David Reinhold
Hi, Thank you, really appreciate the quick answer. I'll manage with console.log for now and wait for the next release of the SDK. Regards, David 27 maj 2013 kl. 15:22 skrev Aurindam Jana : Hi David, Good news and bad news. Bad news: The generic gdb will not work on OSX. You need a cross c

Re: [SailfishDevel] Debug in Mac OSX

2013-05-27 Thread Aurindam Jana
Hi David, Good news and bad news. Bad news: The generic gdb will not work on OSX. You need a cross compiled gdb for i386 linux elf. Good news: QML debugging is available. We will try to ship a cross compiled gdb with the next release of the SDK. Sorry for the inconvenience. Regards,

Re: [SailfishDevel] Debug in Mac OSX

2013-05-26 Thread David Reinhold
Hi, and thank you for answering fast Sorry, I didn't explain myself very clear. I downloaded the SDK and tried to debug my project and got an error saying that there was no debugger installed. I tried to Google how to install a debugger for Qt Creator and one tip that I found was to use the gdb

Re: [SailfishDevel] Debug in Mac OSX

2013-05-25 Thread Aurindam Jana
Hi, You need to use the Qt Creator that is shipped with the SailfishOS SDK. Make sure that you have selected both QML debugiing and C++ debugging (both are enabled by default for SailfishOS applications) Regards, Aurindam IRC: auri__ @ freenode www.aurindamjana.in On Saturday, May 25,

[SailfishDevel] Debug in Mac OSX

2013-05-25 Thread David Reinhold
Hi! Noob question from a .Net developer used to Visual Studio: How do I debug a sailfish application (qml+javascript) in QT Creator (Mac OS X 10.8)? I've set gdb (that came with XCode) as the debugger but I get an error saying that the file is not recognised as an executable or something like that