Eclips [message #268439] |
Tue, 10 February 2009 01:20  |
Eclipse User |
|
|
|
Hello I was woundering if in eclipse 3.4.1 i can view the cpu registers
while I debuging my java program and if it is possible how to do it?
or I need to install C++ eclipse?
thanks
Vitali
|
|
|
Re: Eclips [message #268441 is a reply to message #268439] |
Tue, 10 February 2009 01:59  |
Eclipse User |
|
|
|
"Vitali " <vitaliunke@gmail.com> wrote in message
news:b5eea884af2e92428b75dc87f0a64597$1@www.eclipse.org...
> Hello I was woundering if in eclipse 3.4.1 i can view the cpu registers
> while I debuging my java program and if it is possible how to do it?
> or I need to install C++ eclipse?
As far as I know there is no way to view registers when debugging Java code.
The CPU registers are irrelevant, because Java runs on a stack-based virtual
machine. The VM stacks would be nice to see, but unfortunately I think the
virtual machine debugging interface does not provide this info.
If you are debugging C++ code, registers should be viewable; to do that, of
course, you need the C++ tooling for Eclipse, that is, CDT.
What exactly are you trying to do, that you want to see this view?
|
|
|
Powered by
FUDForum. Page generated in 0.09258 seconds