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` | + +
Product | +Process to Debug | +
Rider | +Rider.Backend.exe |
+
ReSharper | +devenv.exe |
+