HowTo not show a Debugger when calling deprecated methods in 1.4?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

HowTo not show a Debugger when calling deprecated methods in 1.4?

Helene Bilbo
In #14459 i set

Deprecation showWarning:, and Deprecation raiseWarning: both to false,

but nevertheless a Debugger pops up, whenever i call a deprecated method.

Is this intended or a bug? Is there another way to turn this behavior off?
Reply | Threaded
Open this post in threaded view
|

Re: HowTo not show a Debugger when calling deprecated methods in 1.4?

Igor Stasenko
On 31 August 2012 15:16, Helene Bilbo
<[hidden email]> wrote:
> In #14459 i set
>
> *Deprecation showWarning:*, and *Deprecation raiseWarning:* both to false,
>
> but nevertheless a Debugger pops up, whenever i call a deprecated method.
>
> Is this intended or a bug? Is there another way to turn this behavior off?
>
yeah.. just erase everything in #defaultAction ;)
probably its a bug.

>
>
> --
> View this message in context: http://forum.world.st/HowTo-not-show-a-Debugger-when-calling-deprecated-methods-in-1-4-tp4645741.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>



--
Best regards,
Igor Stasenko.

Reply | Threaded
Open this post in threaded view
|

Re: HowTo not show a Debugger when calling deprecated methods in 1.4?

Stéphane Ducasse
we should log that in a bug entry
 gentlemen.

On Aug 31, 2012, at 5:38 PM, Igor Stasenko wrote:

> On 31 August 2012 15:16, Helene Bilbo
> <[hidden email]> wrote:
>> In #14459 i set
>>
>> *Deprecation showWarning:*, and *Deprecation raiseWarning:* both to false,
>>
>> but nevertheless a Debugger pops up, whenever i call a deprecated method.
>>
>> Is this intended or a bug? Is there another way to turn this behavior off?
>>
> yeah.. just erase everything in #defaultAction ;)
> probably its a bug.
>
>>
>>
>> --
>> View this message in context: http://forum.world.st/HowTo-not-show-a-Debugger-when-calling-deprecated-methods-in-1-4-tp4645741.html
>> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>>
>
>
>
> --
> Best regards,
> Igor Stasenko.
>


Reply | Threaded
Open this post in threaded view
|

Re: HowTo not show a Debugger when calling deprecated methods in 1.4?

Gastón Dall' Oglio
done.

2012/8/31 Stéphane Ducasse <[hidden email]>
we should log that in a bug entry
 gentlemen.

On Aug 31, 2012, at 5:38 PM, Igor Stasenko wrote:

> On 31 August 2012 15:16, Helene Bilbo
> <[hidden email]> wrote:
>> In #14459 i set
>>
>> *Deprecation showWarning:*, and *Deprecation raiseWarning:* both to false,
>>
>> but nevertheless a Debugger pops up, whenever i call a deprecated method.
>>
>> Is this intended or a bug? Is there another way to turn this behavior off?
>>
> yeah.. just erase everything in #defaultAction ;)
> probably its a bug.
>
>>
>>
>> --
>> View this message in context: http://forum.world.st/HowTo-not-show-a-Debugger-when-calling-deprecated-methods-in-1-4-tp4645741.html
>> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>>
>
>
>
> --
> Best regards,
> Igor Stasenko.
>