~ubuntu-branches/ubuntu/wily/monodevelop/wily

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-02-02 11:39:59 UTC
  • mfrom: (10.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100202113959-n3u848nfj35yyd03
Tags: 2.2.1+dfsg-1
* New upstream release
* debian/control:
  + Standards version 3.8.4 (no changes needed)
* debian/patches/remove_support_for_non_debian_functionality.patch,
  debian/patches/remove_support_for_soft_debugger.patch,
  debian/patches/remove_support_for_moonlight.patch,
  debian/rules:
  + Split patch into two pieces, to make it easier to enable either
    SDB or Moonlight support with a rebuild
* debian/monodevelop-moonlight.install,
  debian/monodevelop-debugger-sdb.install,
  debian/control:
  + Create packaging data for the Soft Debugger addin and Moonlight addin -
    and comment them out of debian/control as we can't provide them on
    Debian for now

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2010-01-25  Michael Hutchinson  <mhutchinson@novell.com>
 
2
 
 
3
        * SoftDebuggerSession.cs: Write a message to the debugger
 
4
          output if unable to insert a breakpoint.
 
5
 
 
6
2010-01-22  Lluis Sanchez Gual  <lluis@novell.com>
 
7
 
 
8
        * SoftDebuggerAdaptor.cs: Implement new ForceLoadType
 
9
          overridable.
 
10
 
 
11
2010-01-19  Michael Hutchinson  <mhutchinson@novell.com>
 
12
 
 
13
        * SoftDebuggerAdaptor.cs: In the log message for failed
 
14
          invokes, include info about the object and method.
 
15
 
 
16
2010-01-15  Michael Hutchinson  <mhutchinson@novell.com>
 
17
 
 
18
        * SoftDebuggerAdaptor.cs: Fix the error calling ToString when
 
19
          inspecting structs that don't override it.
 
20
 
 
21
2009-12-15  Lluis Sanchez Gual  <lluis@novell.com>
 
22
 
 
23
        * SoftDebuggerAdaptor.cs: Fixed ToString call for structs.
 
24
          Improve casting between primitive types and enums. Add some
 
25
          missing null checks.
 
26
 
 
27
        * FieldValueReference.cs: Allow getting struct and primitive
 
28
          value fields.
 
29
 
 
30
        * VariableValueReference.cs: Return correct origin flag.
 
31
 
 
32
2009-12-14  Michael Hutchinson  <mhutchinson@novell.com>
 
33
 
 
34
        * SoftDebuggerSession.cs: Flag 'external' assemblies as such
 
35
          in the log.
 
36
 
 
37
2009-12-14  Michael Hutchinson  <mhutchinson@novell.com>
 
38
 
 
39
        * SoftDebuggerSession.cs: Ignore VMDisconnectedException when
 
40
          exiting/disposing. Log errors instead of console.writeline.
 
41
 
 
42
2009-12-14  Michael Hutchinson  <mhutchinson@novell.com>
 
43
 
 
44
        * SoftDebuggerSession.cs: Add an environment variable for
 
45
          enabling sdb logging.
 
46
 
 
47
2009-12-14  Michael Hutchinson  <mhutchinson@novell.com>
 
48
 
 
49
        * SoftDebuggerEngine.cs:
 
50
        * SoftDebuggerSession.cs:
 
51
        * RemoteSoftDebuggerSession.cs: Pass the message along to the
 
52
          debugger log output about missing user assemblies or errors
 
53
          getting assembly name.
 
54
 
 
55
2009-12-11  Lluis Sanchez Gual  <lluis@novell.com>
 
56
 
 
57
        * SoftDebuggerAdaptor.cs: Implement TryConvert.
 
58
 
1
59
2009-12-10  Geoff Norton  <gnorton@novell.com>
2
60
 
3
61
        * RemoteSoftDebuggerSession.cs: Only redirect the output when