~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-02-02 11:39:59 UTC
  • mfrom: (1.4.4 upstream)
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20100202113959-n3u848nfj35yyd03
* 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-22  Lluis Sanchez Gual  <lluis@novell.com>
 
2
 
 
3
        * MonoDevelop.Debugger/DebuggingService.cs: Implement a type
 
4
          resolver. Helps fixing bug #570855 - Poor type resolution in
 
5
          debugger.
 
6
 
 
7
2009-12-15  Lluis Sanchez Gual  <lluis@novell.com>
 
8
 
 
9
        * MonoDevelop.Debugger.Tests:
 
10
        * MonoDevelop.Debugger.Tests.TestApp: Added new testing
 
11
          projects.
 
12
 
 
13
        * MonoDevelop.Debugger/DebuggingService.cs: Allow using the
 
14
          debugging service when the Ide is not initialized.
 
15
 
 
16
2009-12-14  Michael Hutchinson  <mhutchinson@novell.com>
 
17
 
 
18
        * MonoDevelop.Debugger/DebuggingService.cs: Ensure that soft
 
19
          debugger is prioritised over newly installed debuggers.
 
20
 
1
21
2009-12-11  Lluis Sanchez Gual  <lluis@novell.com>
2
22
 
3
23
        * Makefile.am:
9
29
        * icons/view-debug-call-stack-16.png:
10
30
        * icons/view-debug-breakpoints-16.png: Added some new icons.
11
31
 
 
32
2009-12-11  Lluis Sanchez Gual  <lluis@novell.com>
 
33
 
 
34
        * MonoDevelop.Debugger/ObjectValueTreeView.cs: Use the new
 
35
          DisplayValue property.
 
36
 
12
37
2009-12-09  Lluis Sanchez Gual  <lluis@novell.com>
13
38
 
14
39
        * MonoDevelop.Debugger/DebuggingService.cs: Pass along the