debug bytecode? [message #257703] |
Mon, 08 December 2008 12:48  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
"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.
|
|
|
Powered by
FUDForum. Page generated in 0.07569 seconds