Skip to content

Commit

Permalink
Remove deprecation reference
Browse files Browse the repository at this point in the history
  • Loading branch information
krice-nw committed Oct 22, 2021
1 parent 6e86e36 commit 1e11b71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/debugging/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ At least one plugin in your `develop` folder (you can create one using our [Quic
There are two ways you can debug an XD plugin:

* For **quick, simple debugging**, [use the Developer Console built into XD](#quick-debugging-with-developer-console)
* For **in-depth debugging**, set up your plugin for [debugging with Chrome DevTools](#debugging-with-chrome-devtools-beta) _(deprecated)_
* For **in-depth debugging**, set up your plugin for [debugging with Chrome DevTools](#debugging-with-chrome-devtools-beta) _(beta)_


## Quick debugging with Developer Console (Deprecated)
## Quick debugging with Developer Console

### 1. Check the Developer Console

Expand Down Expand Up @@ -47,7 +47,7 @@ If there are any errors blocking the plugin from loading, they will appear in th
![Error during reload](/images/reload-error.png)


## Debugging with Chrome DevTools _(deprecated)_
## Debugging with Chrome DevTools _(beta)_

### 1. Enable debugging on your plugin

Expand Down

0 comments on commit 1e11b71

Please sign in to comment.