[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: Is there hot debugger support?

Hot code replace is supported by the J9 VM, but not the Sun VM, since they
have no way of doing this (AFAIK).  The current VAME (VisualAge
MicroEdition) IDE supports hot code replace.  So, at a minimum, your target
VM has to be a J9 VM, not a Sun/IBM/whatever VM ...

--
----------------------------------------------------
Patrick_Mueller@xxxxxxx
----------------------------------------------------


"Marcelo Paternostro" <marcelop@xxxxxxxxxx> wrote in message
news:9kbi5r$cq3$1@xxxxxxxxxxxxxxxx
> Hi,
>
> Someone has this answer?  Hot debugging is a very powerful feature
available
> in the VAJ and we really miss it on the eclipse environment.
>
> Thx.
>
> "Dirk Wollscheid" <wollsch@xxxxxxxxxx> wrote in message
> news:9j7hch$e1r$1@xxxxxxxxxxxxxxxx
> > Adam Kiezun wrote:
> >
> > > Jim D'Anjou wrote:
> >
> > > > Can I do hot debugging, that is, dynamic change to my source code
> during
> > > > debug?
> > > > Experimentation suggests I can't, though I can change variable
values
> in
> > > > the debugger and the updated values are used. Thanks...Jim
> >
> > > it works - if you use J9 VM
> > > a.
> >
> > Adam, where can I get a J9 VM that I can use with Eclipse? It seems that
> > the one that comes with VAME 1.3 doesn't have any UI classes.
> >
> > Thanks in advance, Dirk
>
>