Hi Martin,
Thanks for getting back to me about this.
On Sat, Jun 23, 2012 at 2:36 PM, Martin Dobias wrote:
> Hi Larry
>
> and sorry for getting back to you so late.
>
> On Wed, May 30, 2012 at 6:07 PM, Larry Shaffer wrote:
>> A little background... I have spent some effort trying to get my
>> p
Hi Larry
and sorry for getting back to you so late.
On Wed, May 30, 2012 at 6:07 PM, Larry Shaffer wrote:
> A little background... I have spent some effort trying to get my
> plugins to fully unload/load as many times as possible within QGIS
> (via Plugin Reloader) before having to restart the a
Il 31/05/2012 21:48, Larry Shaffer ha scritto:
> If a plugin's error report is to be sent, additional info beyond the
> traceback and frame locals should probably be included, to help the
> developer:
Hi Larry.
Yes, this is what we were discussing about with Alessandro Pasotti.
Unfortunately it
On Wed, May 30, 2012 at 12:10 AM, Paolo Cavallini wrote:
> Il 29/05/2012 21:01, Martin Dobias ha scritto:
>
>> Also, it would be good to have a
>> button to easily save the error report to allow users easily attach
>> error details to bug reports.
>
> Even further, we could have a button to send a
On Wed, May 30, 2012 at 12:04 AM, Martin Dobias wrote:
> On Wed, May 30, 2012 at 1:44 AM, Larry Shaffer wrote:
>>[...]
>> By 'live' I'm guessing you are referring to the 'automatic detection
>> of module changes,' i.e. monitor.py . I don't think that live
>> reloading would be that useful for QGI
Il 29/05/2012 21:01, Martin Dobias ha scritto:
> Also, it would be good to have a
> button to easily save the error report to allow users easily attach
> error details to bug reports.
Even further, we could have a button to send a full error report automatically;
obviously we have to be careful n
On Wed, May 30, 2012 at 1:44 AM, Larry Shaffer wrote:
>> I would like to keep the "hard" reload as a default since you can
>> trust it to do its work. The "live" reload could be eventually added,
>> too, as an option for the brave ones :-)
>
> By 'keep the "hard" reload ' do you mean the current r
On Tue, May 29, 2012 at 1:01 PM, Martin Dobias wrote:
> Hi Larry
>
> On Sat, May 26, 2012 at 2:14 AM, Larry Shaffer wrote:
>>
>> 1) Python exceptions - add lightweight debug output
>>
>> [...]
>
> I would really like to see that functionality - in the early times I
> was happy with just a traceba
Hi Larry
On Sat, May 26, 2012 at 2:14 AM, Larry Shaffer wrote:
>
> 1) Python exceptions - add lightweight debug output
>
> Currently sys.excepthook is substituted with the qgis_excepthook
> (showException() method). I propose extending showException() to
> include lightweight debug info provided