# Delve > The following editor plugins for delve are available: ## Pages - [Editorintegration](editorintegration.md): The following editor plugins for delve are available: - [Known Bugs](knownbugs.md): - When Delve is compiled with versions of go prior to 1.7.0 it is not possible to set a breakpoint on a function in a... - [How to write a Delve client, an informal guide](api-clienthowto.md): The`dlv`binary built by our`Makefile`contains both the backend and a - [Backend_Test_Health](backend-test-health.md): Tests skipped by each supported backend: - [Breakpoint conditions](cli-cond.md): Breakpoints have two conditions: - [Expressions](cli-expr.md): Delve can evaluate a subset of go expression language, specifically the following features are supported: - [Getting Started](cli-getting-started.md): Delve aims to be a very simple and powerful tool, but can be confusing if you're - [Location Specifiers](cli-locspec.md): Several delve commands take a program location as an argument, the syntax accepted by this commands is: - [Introduction](cli-starlark.md): Passing a file with the .star extension to the`source`command will cause delve to interpret it as a starlark script. - [Substitutepath](cli-substitutepath.md): Normally Delve finds the path to the source code that was used to produce an executable by looking at the debug symbo... - [Faq](faq.md): * I'm getting an error while compiling Delve / unsupported architectures and OSs - [Install](installation-freebsd-install.md): See [general install instructions](../README.md). - [Install](installation-linux-install.md): See [general install instructions](../README.md). - [Install](installation-osx-install.md): You can install Delve via HomeBrew with the following command: - [Install](installation-windows-install.md): See [general install instructions](../README.md). - [Notes on porting Delve to other architectures](internal-portnotes.md): Code that isn't tested doesn't work, we like to run CI on all supported platforms. Currently our CI is done on an [in... - [Dlv](usage-dlv.md): Delve is a debugger for the Go programming language. - [Dlv_Attach](usage-dlv-attach.md): Attach to running process and begin debugging. - [Dlv_Backend](usage-dlv-backend.md): Help about the --backend flag. - [Dlv_Connect](usage-dlv-connect.md): Connect to a headless debug server with a terminal client. - [Dlv_Core](usage-dlv-core.md): Examine a core dump. - [Dlv_Dap](usage-dlv-dap.md): Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). - [Dlv_Debug](usage-dlv-debug.md): Compile and begin debugging main package in current directory, or the package specified. - [Dlv_Exec](usage-dlv-exec.md): Execute a precompiled binary, and begin a debug session. - [Dlv_Log](usage-dlv-log.md): Help about logging flags. - [Dlv_Redirect](usage-dlv-redirect.md): Help about file redirection. - [Dlv_Replay](usage-dlv-replay.md): Replays a rr trace. - [Dlv_Run](usage-dlv-run.md): Deprecated command. Use 'debug' instead. - [Dlv_Test](usage-dlv-test.md): Compile test binary and begin debugging program. - [Dlv_Trace](usage-dlv-trace.md): Compile and begin tracing program. - [Dlv_Version](usage-dlv-version.md): Prints version.