Skip to content

Commit fc663ac

Browse files
John ColomboJohn Colombo
authored andcommitted
Remove unnecessary colons
1 parent 976cd80 commit fc663ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/intro/debugging-plug-ins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ The best way to learn the interaction(s) between After Effects and plug-ins is r
44

55
Once you've got the plug-in building directly into the plug-ins folder as explained above, here's how to specify After Effects as the application to run during debug sessions:
66

7-
### Windows:
7+
### Windows
88

99
1. In the Visual Studio solution, in the Solution Explorer panel, choose the project you want to debug
1010
2. Right-click it and choose Set as StartUp Project
1111
3. Right-click it again and choose Properties
1212
4. In Configuration Properties > Debugging > Command, provide the path to the executable file of the host application the plug-ins will be running in (this may be After Effects or Premiere Pro)
1313
5. From there you can either hit the Play button, or you can launch the application and later at any point choose Debug > Attach to Process...
1414

15-
### macOS:
15+
### macOS
1616

1717
1. In Xcode, in the Project Navigator, choose the xcodeproj you want to debug
1818
2. Choose Product > Scheme > Edit Scheme...

0 commit comments

Comments
 (0)