Skip to content

Commit

Permalink
Accentuate that tools are for GraalVM languages
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Jun 6, 2023
1 parent 6fd7211 commit ddb181a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/tools/tools.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: docs
toc_group: tools
link_title: Debugging and Monitoring Tools
link_title: Tools for GraalVM Languages
permalink: /tools/
redirect_from: /docs/tools/
---

# GraalVM Debugging and Monitoring Tools
# Tools for GraalVM Languages

GraalVM provides a set of tools for developers to debug and monitor deployed applications, as well as the GraalVM platform itself.
Here you can find a set of tools for GraalVM languages, to debug and monitor deployed applications, as well as the GraalVM platform itself.
Traditional tools may not be ready to diagnose polyglot applications.
GraalVM tools, however, are implemented to inspect single or multi-language applications by debugging via numerous clients, profiling, statement counting, dynamic analysis, and much more.

Expand All @@ -19,7 +19,6 @@ Learn more about each of the tools:
* [GraalVM Insight](insight/README.md)
* [Profiling Command Line Tools](profiling.md)
* [Code Coverage Command Line Tool](code-coverage.md)
* [Ideal Graph Visualizer](ideal-graph-visualizer.md)
* [Chrome Debugger](chrome-debugger.md)
* [Language Server Protocol](lsp.md)
* [Debug Adapter Protocol](dap.md)

0 comments on commit ddb181a

Please sign in to comment.