diff --git a/topics/basics/getting_started/debugging_plugin.md b/topics/basics/getting_started/debugging_plugin.md index 2f228ca..588e97b 100644 --- a/topics/basics/getting_started/debugging_plugin.md +++ b/topics/basics/getting_started/debugging_plugin.md @@ -4,11 +4,6 @@ Depending on your environment (Windows or Unix) and product of choice (ReSharper or Rider), you can debug your plugin through different approaches. -| Product | Process to Debug | -|-----------|---------------------| -| Rider | `Rider.Backend.exe` | -| ReSharper | `devenv.exe` | -
Product | @@ -22,4 +17,4 @@ Depending on your environment (Windows or Unix) and product of choice (ReSharperReSharper | devenv.exe |