[Pharo-dev] DebugSession: no exception raised when stepping out of the execution?

2017-05-29 Thread tdupriez
Hi, I'm working with DebugSession to see if I can implement something that would step into an execution until a given expression evaluates to a different value than the value it had at the beginning to quickly localise the precise point where an invariant is broken. But it appears that

Re: [Pharo-dev] Extending the debugger inspector with a new presentation

2017-05-15 Thread tdupriez
I've looked at it, but I can't get to reproduce it. I have trouble finding an entry point to start understanding. Quoting Denis Kudriashov : Hi. One possibility is to follow BytecodeDebugger approach. Try to look how it is implemented 2017-05-12 9:53 GMT+02:00

[Pharo-dev] Extending the debugger inspector with a new presentation

2017-05-12 Thread tdupriez
Hello, I would like to extend the debugger with some context-dependent information. I am playing with metalinks and I would like to show, in the debugger, some information if my metalinks are in the selected method. This means that: - I need to add a new presentation in the debugger next to

Re: [Pharo-dev] Pharo 6 vm crashed when pasting a big file

2017-03-22 Thread tdupriez
Quoting Nicolai Hess : 2017-03-22 11:04 GMT+01:00 : Hi, The pharo 6 vm crashed when I pasted a long text file in the body of a method. Surprisingly, the vm did not crashed when I pasted a file of approximately the same size but only