From 3a75365bf8116bfd60d1f183df12551c85d694b8 Mon Sep 17 00:00:00 2001 From: Matthias Koch Date: Mon, 28 Nov 2022 01:28:38 +0100 Subject: [PATCH] Fix title --- .../Platform/Logging/AdvancedConfiguration.md | 2 +- .../getting_started/debugging_plugin.md | 25 +++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 topics/basics/getting_started/debugging_plugin.md diff --git a/topics/Platform/Logging/AdvancedConfiguration.md b/topics/Platform/Logging/AdvancedConfiguration.md index 9ca3579..13e01ae 100644 --- a/topics/Platform/Logging/AdvancedConfiguration.md +++ b/topics/Platform/Logging/AdvancedConfiguration.md @@ -1,4 +1,4 @@ -[//]: # (title: Advanced Configuration +[//]: # (title: Advanced Configuration) While logging can be enabled on the command line), specifying a configuration file allows for much more flexibility in what gets logged. The file is an XML file called `LogConfiguration.xml`, and should be created in `%\LOCALAPPDATA%\JetBrains\{HostFullIdentifier}\v{WaveVersion}`. diff --git a/topics/basics/getting_started/debugging_plugin.md b/topics/basics/getting_started/debugging_plugin.md new file mode 100644 index 0000000..2f228ca --- /dev/null +++ b/topics/basics/getting_started/debugging_plugin.md @@ -0,0 +1,25 @@ +[//]: # (title: Creating A Plugin) + + + +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` | + + + + + + + + + + + + + + +
ProductProcess to Debug
RiderRider.Backend.exe
ReSharperdevenv.exe