September 2016
Beginner to intermediate
486 pages
10h 56m
English
Here, we will show how to debug the TestPlugin remotely. We'll also learn how to insert a code breakpoint, stop executions, and show variable values during executions. The steps to follow are:
TestPlugin.TestPlugin run() function in the Aptana Debug perspective.To be able to add code breakpoints, it's necessary to load test_plugin.py. This can be simply opened as a file, but it's better to learn how to view the entire plugin as a PyDev project. This allows ...
Read now
Unlock full access