The steps he lists are (although if you go directly to his entry it has more detailed instructions along with pretty pictures):
- Create a Python file to debug.
- From Visual Studio, open the IronPython executable (ipy.exe). If it doesn’t do so for you, add the ipy.exe as an existing project.
- From the Solution Explorer, right-click on Properties and set the Command Arguments property. Use “-D” to tell ipy.exe to create debugging output and add the full path to the script you made before.
- Click Ok.
- Open the script you created earlier in Visual Studio and place breakpoints as desired.
- Run the script in debug mode (F5).
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.