Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » debug bytecode?
debug bytecode? [message #257703] Mon, 08 December 2008 12:48 Go to next message
Eclipse UserFriend
I'm working a lot lately with bytecode enhancement, so the code that gets
executed is not the same as the compiled code.

Is there any way to get the debugger to show me, and step through, the
actual bytecode, rather than the Java source? Sort of like the assembly
view that Microsoft Visual Studio will give me if I'm stepping through
native code?
Re: debug bytecode? [message #257710 is a reply to message #257703] Mon, 08 December 2008 14:55 Go to previous messageGo to next message
Eclipse UserFriend
Hi Walter,

it seems Bytecode Visualizer is able to do that. I have to admit that I
never tried it myself.

http://www.drgarbage.com/bytecode-visualizer-3-3.html#byteco de-debugger

Greets
Benny

Walter Harley wrote:
> I'm working a lot lately with bytecode enhancement, so the code that gets
> executed is not the same as the compiled code.
>
> Is there any way to get the debugger to show me, and step through, the
> actual bytecode, rather than the Java source? Sort of like the assembly
> view that Microsoft Visual Studio will give me if I'm stepping through
> native code?
>
>
Re: debug bytecode? [message #257717 is a reply to message #257710] Mon, 08 December 2008 16:35 Go to previous message
Eclipse UserFriend
"Benjamin Muskalla" <bmuskalla@innoopract.com> wrote in message
news:ghju48$raq$1@build.eclipse.org...
> Hi Walter,
>
> it seems Bytecode Visualizer is able to do that. I have to admit that I
> never tried it myself.
>
> http://www.drgarbage.com/bytecode-visualizer-3-3.html#byteco de-debugger
>
> Greets
> Benny
>
> Walter Harley wrote:
>> I'm working a lot lately with bytecode enhancement, so the code that gets
>> executed is not the same as the compiled code.
>>
>> Is there any way to get the debugger to show me, and step through, the
>> actual bytecode, rather than the Java source? Sort of like the assembly
>> view that Microsoft Visual Studio will give me if I'm stepping through
>> native code?


That looks perfect! Thanks for the tip.
Previous Topic:Extending the JDT debugger
Next Topic:Questions on implementing an IJavaCompletionProposalComputer
Goto Forum:
  


Current Time: Wed May 07 18:52:24 EDT 2025

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

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

Back to the top