Reputation: 6686
how to debug jvm.dll or java process in gdb , like we debug any other executable?
Normally when we want to create Executable with debug symbols, We use gcc -g exmaple.c -o exmaple
, So is there any JVM is avialable, So we can debug JVM at runtime?
Upvotes: 1
Views: 843