Re: [RDT-Dev] Cannot inspect variables within the debugger

2006-01-09 Thread Mario Scalas
Works here too :) Cheers Mario On Sunday 08 January 2006 4:14 pm, Markus Barchfeld wrote: --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes se

Re: [RDT-Dev] Cannot inspect variables within the debugger

2006-01-08 Thread Matthias Berndt
On Sun, Jan 08, 2006 at 04:14:08PM +0100, Markus Barchfeld wrote: > >What I've done > >- I've replaced Matthias-patched eclipseDebug.rb > >- I've hand performed the patching (just replaced the statements with the > >new one by copy-n-paste) > >- Run the usual test program and tried to ispect the

Re: [RDT-Dev] Cannot inspect variables within the debugger

2006-01-08 Thread Markus Barchfeld
Mario Scalas wrote: HI Markus, Matthias My patch command says that the patch is malformed at line 10 :S It seems as if two lines got joined accidently. I've created the patch on eclipseDebug.rb with Team->create patch..., copy to clipboard and then unchecked the two options und used uni

Re: [RDT-Dev] Cannot inspect variables within the debugger

2006-01-04 Thread Matthias Berndt
On Wed, Jan 04, 2006 at 01:44:14PM +0100, Mario Scalas wrote: > Result: > - No way :( I enabled debug logging on console and I got this: > http://cdg.di.uniba.it/~mscalas/eclipse_ruby_inspect.png . Perhaps those ".." > in objectId="0x..fdbec800c" matter? I'got exactly the same problem in 1.8.3

Re: [RDT-Dev] Cannot inspect variables within the debugger

2006-01-04 Thread Mario Scalas
HI Markus, Matthias My patch command says that the patch is malformed at line 10 :S What I've done - I've replaced Matthias-patched eclipseDebug.rb - I've hand performed the patching (just replaced the statements with the new one by copy-n-paste) - Run the usual test program and tried to

Re: [RDT-Dev] Cannot inspect variables within the debugger

2006-01-03 Thread Markus Barchfeld
Matthias Berndt wrote: On Sat, Dec 31, 2005 at 04:03:54PM +0100, Mario Scalas wrote: What happens: 1) I put a breakpoint after I create an object of some class 2) In the debugger "variables" view I can see the variable with the '+' (well, an arrow under GTK, meaning I can expand it) 3) I cl

Re: [RDT-Dev] Cannot inspect variables within the debugger

2006-01-02 Thread Matthias Berndt
On Sat, Dec 31, 2005 at 04:03:54PM +0100, Mario Scalas wrote: > What happens: > 1) I put a breakpoint after I create an object of some class > 2) In the debugger "variables" view I can see the variable with the '+' > (well, > an arrow under GTK, meaning I can expand it) > 3) I click upon the '+'

Re: [RDT-Dev] Cannot inspect variables within the debugger

2006-01-01 Thread Markus Barchfeld
Hi Mario, Jim! When I tried to reproduce the error with RDT 0.7.0RC1 and ruby 1.8.4 I ran immediately into the segfault. After some hours of poking around in the source code I found a patch to eval.c which avoids the segfault. Unfortunately, I've no idea what ramifications the little hack has

[RDT-Dev] Cannot inspect variables within the debugger

2005-12-31 Thread Mario Scalas
Hi all, I'm using the latest 0.7RC candidate of the RDT (under eclipse 3.1.1/linux/GTK/java5) and the problem in the mail's subject is really annoying since I cannot effectively use the debugger for something more complex than an "hello world" app :S What happens: 1) I put a breakpoint