[Qgis-developer] debug/verbose mode?
John C. Tull
john.tull at wildnevada.org
Wed Jan 28 22:32:04 EST 2009
You can try to run qgis from the terminal. I do this sometimes and it
seems to give me reasonable debug output. Alternatively, there is
Console.app. I think you probably know about these two options, but,
in case, I execute from the Terminal with:
/Applications/qgis1.1.0.app/Contents/MacOS/qgis
Or whatever the bundle name might be.
John
On Jan 28, 2009, at 6:18 PM, William Kyngesburye wrote:
> That's the gcc debug binary, I think. I don't want to run Qgis thru
> a debugger (I don't know much about it anyways). I just want to see
> the QgsDebugMsg() messages.
>
>
> On Jan 28, 2009, at 7:46 PM, John C. Tull wrote:
>
>> AFAIK, you have to build your binary with the debug option. You can
>> do this with 'ccmake ..' from the build directory. You will see an
>> option near the top for 'CMAKE_BUILD_TYPE'. Set that to Debug. You
>> can also do this manually as an option with cmake or ccmake as '-D
>> CMAKE_BUILD_TYPE=Debug'.
>>
>> John
>>
>> On Jan 28, 2009, at 9:23 AM, William Kyngesburye wrote:
>>
>>> I knew this once - how do I start Qgis OSX app in debug mode (to
>>> get extra messages in the log, not a gcc debug binary)?
>>>
>>>
>
> -----
> William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
> http://www.kyngchaos.com/
>
> "The beast is actively interested only in now, and, as it is always
> now and always shall be, there is an eternity of time for the
> accomplishment of objects."
>
> - the wisdom of Tarzan
>
>
>
>
>
More information about the Qgis-developer
mailing list