Skip to main content



      Home
Home » Newcomers » Newcomers » Eclips
Eclips [message #268439] Tue, 10 February 2009 01:20 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
"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?
Previous Topic:Plugin fails to load in Eclipse 3.3/3.4
Next Topic:dropins folder disjoint eclipse install location not recognized
Goto Forum:
  


Current Time: Thu May 08 02:13:15 EDT 2025

Powered by FUDForum. Page generated in 0.09258 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top