~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to src/core/Mono.Debugging/Mono.Debugging.Evaluation/TypeValueReference.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
//
27
27
 
28
28
using System;
 
29
using System.Linq;
 
30
using System.Diagnostics;
29
31
using System.Collections.Generic;
30
32
using System.Reflection;
 
33
 
31
34
using Mono.Debugging.Client;
32
 
using System.Diagnostics;
33
35
 
34
36
namespace Mono.Debugging.Evaluation
35
37
{
170
172
                                }
171
173
                                
172
174
                                return list.ToArray ();
173
 
                        }
174
 
                        catch (Exception ex) {
 
175
                        } catch (Exception ex) {
175
176
                                Console.WriteLine (ex);
176
177
                                ctx.WriteDebuggerOutput (ex.Message);
177
178
                                return new ObjectValue [0];