Most of you will be familiar with the "Run to Cursor" property but for those who don't here is a brief introduction. I use run to cursor property when I want to go to any part of the application quickly. Just highlight the method of property where you want to Run to and select "Run to Cursor". The application will build and will go to the line where you started to run the cursor.
You can also use this with the method that are in the html view. It really comes in handy because methods that are binding at runtime are hard to debug. So, you can debug them and find the values of the methods using the "Run to Cursor" property.
No comments:
Post a Comment