yet another debugger experiment

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

yet another debugger experiment

Bob Arning-2
A big variable pane, making it easy to keep an eye on all (modulo really big objects) inst vars and temp vars.

I tried stepping through "#(1 8 2 9 3 9 4 8) asSortedCollection" and was a bit surprised at the number of bytecodes needed to get it straight.

Cheers,
Bob


Reply | Threaded
Open this post in threaded view
|

Re: yet another debugger experiment

Bob Arning-2
better with the url,

https://dl.dropboxusercontent.com/u/28914094/debugfixpc.21.cs.gz

On 9/13/13 5:11 PM, Bob Arning wrote:
A big variable pane, making it easy to keep an eye on all (modulo really big objects) inst vars and temp vars.

I tried stepping through "#(1 8 2 9 3 9 4 8) asSortedCollection" and was a bit surprised at the number of bytecodes needed to get it straight.

Cheers,
Bob