Skip to content

Commit 825f229

Browse files
committedNov 28, 2022
Fix title
1 parent e843739 commit 825f229

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed
 

‎topics/Platform/Logging/AdvancedConfiguration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[//]: # (title: Advanced Configuration
1+
[//]: # (title: Advanced Configuration)
22

33
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}`.
44

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[//]: # (title: Creating A Plugin)
2+
3+
<!-- 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. -->
4+
5+
Depending on your environment (Windows or Unix) and product of choice (ReSharper or Rider), you can debug your plugin through different approaches.
6+
7+
| Product | Process to Debug |
8+
|-----------|---------------------|
9+
| Rider | `Rider.Backend.exe` |
10+
| ReSharper | `devenv.exe` |
11+
12+
<table header-style="top">
13+
<tr>
14+
<td>Product</td>
15+
<td>Process to Debug</td>
16+
</tr>
17+
<tr>
18+
<td>Rider</td>
19+
<td><code>Rider.Backend.exe</code></td>
20+
</tr>
21+
<tr>
22+
<td>ReSharper</td>
23+
<td><code>devenv.exe</code></td>
24+
</tr>
25+
</table>

0 commit comments

Comments
 (0)
Failed to load comments.