-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrossfire-splash-2011.tex
100 lines (74 loc) · 3.19 KB
/
crossfire-splash-2011.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
%-----------------------------------------------------------------------------
%
% Template for sigplanconf LaTeX Class
%
% Name: sigplanconf-template.tex
%
% Purpose: A template for sigplanconf.cls, which is a LaTeX 2e class
% file for SIGPLAN conference proceedings.
%
% Author: Paul C. Anagnostopoulos
% Windfall Software
% 978 371-2316
%
% Created: 15 February 2005
%
%-----------------------------------------------------------------------------
\documentclass[preprint, 10pt]{sigplanconf}
% The following \documentclass options may be useful:
%
% 10pt To set in 10-point type instead of 9-point.
% 11pt To set in 11-point type instead of 9-point.
% authoryear To obtain author/year citation style instead of numeric.
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{multirow}
\usepackage{rotating}
\usepackage{array}
%\usepackage{algorithmic}
%\usepackage{algorithm}
\usepackage{textcomp}
\usepackage{listings}
\usepackage{hyperref}
%\usepackage{url}
\begin{document}
\conferenceinfo{SPLASH '11}{date, City.}
\copyrightyear{2011}
\copyrightdata{[to be supplied]}
\titlebanner{Crossfire Debugging Protocol} % These are ignored unless
\preprintfooter{Crossfire - Multiprocess, Cross-Browser, Open-Web Debugging Protocol} % 'preprint' option specified.
\title{Crossfire - Multiprocess, Cross-Browser, Open-Web Debugging Protocol}
\authorinfo{Michael G. Collins}
{IBM Research - Almaden}
\authorinfo{John J. Barton}
{IBM Research - Almaden}
\maketitle
\input{abstract.tex}
\category{ D.2.5}{Software Engineering}{Testing and Debugging— debugging aids, distributed debugging}
\terms
Experimentation, Reliability
\keywords
Source-Level Debugging, Distributed Debugging, Open Source
\input{introduction.tex}
\input{design.tex}
\input{protocol.tex}
\input{implementation.tex}
\input{relatedwork.tex}
\input{futurework.tex}
\input{conclusion.tex}
\acks
As a multi-year open source effort, \textit{Crossfire} results from a broad collaboration and
contributions from many individuals. Simon Kaegi from the Orion team lead us towards collaboration with the Orion and Eclipse teams. Darin Wright wrote the initial implementation of the Tools Interface. Grant Gayed and Mike Rennie heavily influenced the \textit{Crossfire} protocol during their implementation of the IE server and Eclipse clients. Pedro Simonetti Garcia, Kevin Dangoor, and Atul Varma provided key insights to the module loading work. Jan 'Honza' Odvarko powers the Firebug project essential to our evolution strategy, especially implementing a test suite critical to maintaining the quality of the waypoint implementations. Steven Roussey helped with an early implementation and feedback on issues it raised.
% We recommend abbrvnat bibliography style.
\bibliographystyle{abbrvnat}
\bibliography{bibliography}
% The bibliography should be embedded for final submission.
%\begin{thebibliography}{}
%
%\bibitem[Smith et~al.(2009)Smith, Jones]{smith02}
%P. Q. Smith, and X. Y. Jones. ...reference text...
\end{document}