HowTo not show a Debugger when calling deprecated methods in 1.4?
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? -- View this message in context: http://forum.world.st/HowTo-not-show-a-Debugger-when-calling-deprecated-meth... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On 31 August 2012 15:16, Helene Bilbo <thereluctantprogrammer@fastmail.fm> 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-meth... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
-- Best regards, Igor Stasenko.
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 <thereluctantprogrammer@fastmail.fm> 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-meth... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
-- Best regards, Igor Stasenko.
done. http://code.google.com/p/pharo/issues/detail?id=6624 2012/8/31 Stéphane Ducasse <stephane.ducasse@inria.fr>
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 <thereluctantprogrammer@fastmail.fm> 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-meth...
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
-- Best regards, Igor Stasenko.
participants (4)
-
Gastón Dall' Oglio -
Helene Bilbo -
Igor Stasenko -
Stéphane Ducasse