diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf54f1fd9..6beffce39 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,7 +82,7 @@ You may also want to enable debugging by creating a `.vscode/settings.json` file 3. Now you can enable breakpoint on code through IDE and then start debugging the library/binary you want, such as the following example:
- +
4. If you're creating a new library or binary, keep in mind to repeat the step 2 to always keep a fresh list of targets.