Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 888 Bytes

Debugging.md

File metadata and controls

16 lines (12 loc) · 888 Bytes
layout toc_group link_title permalink
ni-docs
debugging-and-diagnostics
Debugging Native Executables
/reference-manual/native-image/debugging-and-diagnostics/Debugging/

Debugging Native Executables

You can debug a native executable in a running state directly from within an IDE. This functionality is available from Visual Studio Code (VS Code) with the GraalVM for Java extension installed. You can experience a Java-like debugging of a native executable, set breakpoints, inspect the state of your application, even attach the debugger to a native executable process in VS Code and step over your Java application source code.

Native Image Debugging in VS Code

Learn more about Native Image debugging and run a demo from GraalVM for Java VS Code extension documentation.