You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intro/debugging-plug-ins.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ The best way to learn the interaction(s) between After Effects and plug-ins is r
4
4
5
5
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:
6
6
7
-
### Windows:
7
+
### Windows
8
8
9
9
1. In the Visual Studio solution, in the Solution Explorer panel, choose the project you want to debug
10
10
2. Right-click it and choose Set as StartUp Project
11
11
3. Right-click it again and choose Properties
12
12
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)
13
13
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...
14
14
15
-
### macOS:
15
+
### macOS
16
16
17
17
1. In Xcode, in the Project Navigator, choose the xcodeproj you want to debug
0 commit comments