[7.5][BUG] Adding breakpoints to empty blocks

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

[7.5][BUG] Adding breakpoints to empty blocks

Boris Popov, DeepCove Labs (SNN)
I know it's a bit of a marginal issue, but is an issue nonetheless (been
there for a few releases at least, including 7.5, 7.4.1 and 7.4). Try
adding a breakpoint just inside the empty block,

self shouldClose ifTrue: []

Unhandled exception: Message not understood: #index
UndefinedObject(Object)>>doesNotUnderstand:
ProbeInsertionRecord>>mapIndex
ProbeInsertionRecord>>insertionPCFor:
ProbedCompiledMethod>>insertProbeBytecodesFor:
ProbedCompiledMethod>>basicAddProbe:
ProbedCompiledMethod>>addProbe:
Refactory.Browser.BrowserCodeTool>>addBreakpoint

Cheers!

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

Reply | Threaded
Open this post in threaded view
|

RE: [7.5][BUG] Adding breakpoints to empty blocks

Terry Raymond
Boris

Yes, that is a known problem. Unfortunately, the fix is not
simple.

Terry
 
===========================================================
Terry Raymond
Crafted Smalltalk
80 Lazywood Ln.
Tiverton, RI  02878
(401) 624-4517      [hidden email]
<http://www.craftedsmalltalk.com>
===========================================================

> -----Original Message-----
> From: Boris Popov [mailto:[hidden email]]
> Sent: Friday, April 27, 2007 5:39 PM
> To: [hidden email]
> Subject: [7.5][BUG] Adding breakpoints to empty blocks
>
> I know it's a bit of a marginal issue, but is an issue nonetheless (been
> there for a few releases at least, including 7.5, 7.4.1 and 7.4). Try
> adding a breakpoint just inside the empty block,
>
> self shouldClose ifTrue: []
>
> Unhandled exception: Message not understood: #index
> UndefinedObject(Object)>>doesNotUnderstand:
> ProbeInsertionRecord>>mapIndex
> ProbeInsertionRecord>>insertionPCFor:
> ProbedCompiledMethod>>insertProbeBytecodesFor:
> ProbedCompiledMethod>>basicAddProbe:
> ProbedCompiledMethod>>addProbe:
> Refactory.Browser.BrowserCodeTool>>addBreakpoint
>
> Cheers!
>
> -Boris
>
> --
> +1.604.689.0322
> DeepCove Labs Ltd.
> 4th floor 595 Howe Street
> Vancouver, Canada V6C 2T5
> http://tinyurl.com/r7uw4
>
> [hidden email]
>
> CONFIDENTIALITY NOTICE
>
> This email is intended only for the persons named in the message
> header. Unless otherwise indicated, it contains information that is
> private and confidential. If you have received it in error, please
> notify the sender and delete the entire message including any
> attachments.
>
> Thank you.