From bc24bf3c142950498b036a46ef20bce6bc0deadf Mon Sep 17 00:00:00 2001 From: tiruka <33803972+tiruka@users.noreply.github.com> Date: Thu, 1 Aug 2024 01:38:04 +0900 Subject: [PATCH] modify broken link src of ide image (#2079) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf54f1fd9a..6beffce398 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.