Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « MonoDevelop.Debugger.Soft.IPhone « MonoDevelop.IPhone « extras - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8793c2d24708e000aa78323bd3f1a81ddec747cf (plain)
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
2010-01-27  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: Use
	  IPhoneExecutionHandler.CreateStartInfo to reduce code
	  duplication.

	* MonoDevelop.Debugger.Soft.IPhone.csproj: Fix build.

2009-12-07  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: Focus the simulator when
	  continuing.

2009-12-07  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: When the app is successfully
	  launched, bring the simulator to the front.

2009-12-02  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: Don't upload, since the project
	  does this now.

2009-11-20  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneSoftDebuggerEngine.cs: Set UserAssemblyPaths.

2009-11-20  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneSoftDebuggerEngine.cs: Track API.

2009-11-13  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: Track app name handling API.

2009-11-11  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: Fix launch message.

2009-11-09  Michael Hutchinson  <mhutchinson@novell.com>

	* MonoDevelop.Debugger.Soft.IPhone.csproj: Fix iphone project
	  ref. Hack around MD pkgconfig parser issue by ref'ing the
	  Mono.Debugger.Soft dll directly.

2009-11-09  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: Fix ambiguity.

	* MonoDevelop.Debugger.Soft.IPhone.csproj: Move the IPhone
	  soft debugger addin to the IPhone sln.

2009-11-09  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs:
	* IPhoneSoftDebuggerEngine.cs: Moved re-usable listening code
	into the soft debugger addin.

2009-11-04  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: Tweak a few things.

2009-11-04  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: Use Thread.Abort again because
	  socket.Close doesn't interrupt Accept.

2009-11-04  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: Fix closing sockets.

2009-11-04  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: Better error handling with socket
	  errors.

2009-11-04  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: Fix showing listen dialog when app
	  has been uploaded.

2009-11-04  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: Make sure sockets get closed.

2009-11-04  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: Use a marker file to check whether
	  we need to upload.

2009-11-04  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: First pass at uploading before
	  debugging.

2009-11-03  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: About connection properly using
	  socket close.

2009-11-03  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: More tidying on cancellation.

2009-11-03  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: Better handling of the sim process
	  exiting while listen dialog is open.

2009-11-03  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: Mark as exited if exception occurs
	  in listen thread. Display IP & port in the listen dialog.

2009-11-03  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: Fix the dispatch dervice deadlock
	  in the debugger start.

2009-10-30  Lluis Sanchez Gual  <lluis@novell.com>

	* Manifest.addin.xml: Bump MD version.

2009-10-23  Geoff Norton  <gnorton@novell.com>

	* IPhoneDebuggerSession.cs: Remove MdbCopy hack, its not needed.
	Update to new Mono.Debugger.dll API.
	* IPhoneSoftDebuggerEngine.cs: Update start info to new api
	splitting the endpoint and the ports up for Mono.Debugger.dll

2009-10-23  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneSoftDebuggerEngine.cs: Use the same default IP that
	  the IPhoneBuildExtension used.

2009-10-23  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs: Make exiting more robust.

2009-10-23  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneSoftDebuggerEngine.cs: Add preliminary support for
	  catchpoints.

2009-10-16  Michael Hutchinson  <mhutchinson@novell.com>

	* IPhoneDebuggerSession.cs:
	* IPhoneSoftDebuggerEngine.cs:
	* MonoDevelop.Debugger.Soft.IPhone.csproj: Connect stuff up.

2009-10-16  Michael Hutchinson  <mhutchinson@novell.com>

	* Manifest.addin.xml:
	* IPhoneSoftDebuggerEngine.cs:
	* MonoDevelop.Debugger.Soft.IPhone.csproj: Stubbed. Not
	  working yet.