[Etoys-notify] [JIRA] Commented: (SQ-240) Debugger does not step into #valueWithArguments:

jira at immuexa.com jira at immuexa.com
Fri May 22 17:39:37 EDT 2009


     [ http://tracker.immuexa.com/browse/SQ-240?page=comments#action_34842 ]
     
Bert Freudenberg commented on SQ-240:
-------------------------------------

The problem is that #valueWithArguments: uses primitive 82 which was not yet dealt with in #doPrimitive:method:receiver:args:, whereas #value etc. uses primitive 81 which was handled.

> Debugger does not step into #valueWithArguments:
> ------------------------------------------------
>
>          Key: SQ-240
>          URL: http://tracker.immuexa.com/browse/SQ-240
>      Project: squeakland
>         Type: Bug
>   Components: etoys
>     Reporter: Bert Freudenberg
>      Fix For: All New Issues

>
>
> If you debug an expression like "[3+4] value" the debugger happily steps inside the block (highlighting the "+4" message send). If instead you try to step into "[3+4] valueWithArguments: #()" the debugger steps over the block, instead of into it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://tracker.immuexa.com/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



More information about the Etoys-notify mailing list