diff --git a/docs/features/debugging.md b/docs/features/debugging.md index 895cb8fc..031d0e9d 100644 --- a/docs/features/debugging.md +++ b/docs/features/debugging.md @@ -77,4 +77,8 @@ After the program starts, VSCode attempts to attach to the debug server automati ], "cwd": "${workspaceFolder}" } -``` \ No newline at end of file +``` + +## Showcase + +![debugger_demo](../static/debugger/debugger_demo.png) diff --git a/docs/static/debugger/debugger_demo.png b/docs/static/debugger/debugger_demo.png new file mode 100644 index 00000000..e3d72827 Binary files /dev/null and b/docs/static/debugger/debugger_demo.png differ