RSS Amplifier

Home on Engelen Open Source · Nov 3, 2016

J-Fall: Trace Deeper: Stack Unwinding

0
Sign in to vote or save

arnout.engelen.eu

When you hit a failure (or breakpoint) in the Java Virtual Machine, it shows a stack trace of the Java code. You can do the same for C code with the gdb debugger. But what if you want to do both at the same time? This talks shows off a gdb plugin that will show you a trace combining the Java stack and the native stack inside the JVM:

Also appeared at: YouTube

Read the original on arnout.engelen.eu

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.