Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typos in Debugging README.md #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Topics/04. Debugging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<!-- <img class="slide-image" showInPresentation="true" src="imgs\pic02.png" style="top:3.53%; left:84.61%; width:20.78%; z-index:-1" /> -->
<!-- <img class="slide-image" showInPresentation="true" src="imgs\pic03.png" style="top:50.01%; left:79.21%; width:29.09%; z-index:-1" /> -->
<!-- <img class="slide-image" showInPresentation="true" src="imgs\pic04.png" style="top:17.46%; left:9.36%; width:34.32%; z-index:-1" /> -->
<article class="signature">
<p class="signature-course">High-Quality Code</p>
<p class="signature-initiative">Telerik Software Academy</p>
<a href="http://academy.telerik.com " class="signature-link">http://academy.telerik.com </a>
<article class="signature">
<p class="signature-course">High-Quality Code</p>
<p class="signature-initiative">Telerik Software Academy</p>
<a href="http://academy.telerik.com " class="signature-link">http://academy.telerik.com </a>
</article>


Expand Down Expand Up @@ -165,8 +165,8 @@
# IntelliTrace
- IntelliTrace operates in the background, records what you are doing during debugging
- You can easily get a past state of your application from the IntelliTrace
- You can navigate yourcode with any part andsee what’s happened
- To navigate, just clickany of the events thatyou want to explore
- You can navigate your code with any part and see what’s happened
- To navigate, just click any of the events that you want to explore
<!-- <img class="slide-image" showInPresentation="true" src="imgs\pic13.png" style="top:39.67%; left:61.75%; width:42.81%; z-index:-1" /> -->


Expand Down