Skip to content

Commit

Permalink
Fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Nov 28, 2022
1 parent ab308c1 commit 3a75365
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion topics/Platform/Logging/AdvancedConfiguration.md
Original file line number Diff line number Diff line change
@@ -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}`.

Expand Down
25 changes: 25 additions & 0 deletions topics/basics/getting_started/debugging_plugin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[//]: # (title: Creating A Plugin)

<!-- Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->

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` |

<table header-style="top">
<tr>
<td>Product</td>
<td>Process to Debug</td>
</tr>
<tr>
<td>Rider</td>
<td><code>Rider.Backend.exe</code></td>
</tr>
<tr>
<td>ReSharper</td>
<td><code>devenv.exe</code></td>
</tr>
</table>

0 comments on commit 3a75365

Please sign in to comment.