Click here to Skip to main content
15,881,600 members
Articles / Desktop Programming / Windows Forms

Traceract

Rate me:
Please Sign up or sign in to vote.
3.69/5 (9 votes)
3 Sep 20059 min read 98.5K   1.6K   37  
A prototype debug tracer with an added dimension.
<WindowLayout>
  <DockSites>
    <DockSite Name="Bottom1" Edge="Bottom" Width="600" Height="200" Location="0, 0" Size="600, 200" />
    <DockSite Name="Left2" Edge="Left" Width="200" Height="600" Location="0, 0" Size="200, 600" />
    <DockSite Name="Right2" Edge="Right" Width="200" Height="600" Location="0, 0" Size="200, 600" />
    <DockSite Name="Document3" Edge="Document" Width="0" Height="0" Location="0, 0" Size="0, 0" />
  </DockSites>
  <DockWindows>
    <DockWindow Caption="Database" ContentName="newHandlerContent" ContentFile="content.myxaml" Name="3b8aeef3-6218-4f35-a053-86ffb5dc3ee0" SiteName="Left2" Filter="db" AutoScroll="True" />
    <DockWindow Caption="Full Output" ContentName="fullOutputContent" ContentFile="content.myxaml" Name="fullOutput" SiteName="Bottom1" Filter="" AutoScroll="True" />
    <DockWindow Caption="Business Layer" ContentName="newHandlerContent" ContentFile="content.myxaml" Name="6aec5b1c-8fc6-4fbc-a547-53cbf7f0a800" SiteName="Document3" Filter="bl" AutoScroll="True" />
    <DockWindow Caption="GUI" ContentName="newHandlerContent" ContentFile="content.myxaml" Name="12413f44-8858-4b5f-ad29-7e097bd2768f" SiteName="Right2" Filter="ui" AutoScroll="True" />
  </DockWindows>
</WindowLayout>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Architect Interacx
United States United States
Blog: https://marcclifton.wordpress.com/
Home Page: http://www.marcclifton.com
Research: http://www.higherorderprogramming.com/
GitHub: https://github.com/cliftonm

All my life I have been passionate about architecture / software design, as this is the cornerstone to a maintainable and extensible application. As such, I have enjoyed exploring some crazy ideas and discovering that they are not so crazy after all. I also love writing about my ideas and seeing the community response. As a consultant, I've enjoyed working in a wide range of industries such as aerospace, boatyard management, remote sensing, emergency services / data management, and casino operations. I've done a variety of pro-bono work non-profit organizations related to nature conservancy, drug recovery and women's health.

Comments and Discussions