|
Browse by Tags
All Tags » debugging ( RSS)
-
1. Value types aren't shown in the "Local variables" while you are debugging. 2. When you hover over a value type an exception occurs in #D Exception thrown: Debugger.CannotGetValueException: Not available in the current state at Debugger.Function.get_ThisCorValue() in *\src\AddIns\Misc\Debugger\Debugger...
Posted to
Forum
by
Exyll
on
06-12-2007
Filed under: debugging, bug, debugger, Value types
-
Hi, I´ve seen that external process attachment is prio 2 on the feature list, so I´ll thought I give it a try. There are several reasons why you would need this, e.g., it saves time when starting up a server application externally and later attach to it with the debugger. Also it is the first step to...
Posted to
Forum
by
Doc Schorsch
on
04-24-2007
Filed under: debugging, Feature, debugger, 2429
-
The follow exception occur if I break the process with the break button in the toolbar. This is reproducable. ============== SharpDevelop Version : 2.1.0.2201 .NET Version : 2.0.50727.42 OS Version : Microsoft Windows NT 5.1.2600 Service Pack 2 Current culture : German (Germany) (de-DE) Working Set Memory...
Posted to
Forum
by
Horcrux7
on
01-21-2007
Filed under: debugging, Error
-
I concur; I experience this exception frequently and it appears to be directly related to trying to inspect (using the local variables window or mousing over variables during a break in debug mode) objects of any class that uses generics with constraints. The solution I've been working on lately uses...
Posted to
Forum
by
TheXenocide
on
01-17-2007
Filed under: serralongue, Bug report, debugging, debugger
-
SharpDevelop Version : 2.1.0.2017 .NET Version : 2.0.50727.42 OS Version : Microsoft Windows NT 5.1.2600 Service Pack 2 Current culture : Swedish (Sweden) (sv-SE) Current UI language : en-US Working Set Memory : 68780kb GC Heap Memory : 18341kb Exception thrown: System.InvalidOperationException: Invalid...
Posted to
Forum
by
plowman
on
01-17-2007
Filed under: debugging, .Net 2.0 bugs
-
After compiling my C# project, I ran the debugger to run it, and the following error message appears: This is repeatable. SharpDevelop Version : 2.1.0.2017 .NET Version : 2.0.50727.42 OS Version : Microsoft Windows NT 5.1.2600 Service Pack 2 Current culture : English (United States) (en-US) Working Set...
Posted to
Forum
by
Jim Earley
on
12-22-2006
Filed under: Bug report, debugging, .Net 2.0 bugs, debugger
-
Whenever hovering over a private member, the debugger opens the small popup that shows me the member, but instead of showing me the value it tells me the member is private. I can get the value of the member if I go to the "local variables" tab and start digging through "private members" sections, but...
Posted to
Forum
by
itaibh
on
11-18-2006
Filed under: debugging, Wish, bug
-
The crash happened whenever I stepped in line that included reference to a member of the generic type in the form of type B as described below. I think it is related to generic sub-classing, since I had the following class structure that #D couldn't debug: public class A<T> { T t; public A (T t...
Posted to
Forum
by
itaibh
on
11-18-2006
Filed under: debugging, Crash
-
SharpDevelop Version : 2.1.0.1901 .NET Version : 2.0.50727.42 OS Version : Microsoft Windows NT 5.1.2600 Service Pack 2 Current culture : Russian (Russia) (ru-RU) Working Set Memory : 108744kb GC Heap Memory : 12748kb Exception thrown: System.Reflection.TargetInvocationException: Exception has been thrown...
Posted to
Forum
by
reta
on
10-11-2006
Filed under: Bug report, debugging
-
#develop fails with the following error when trying to terminate my app from the IDE. It is possibly because I have a Singleton logging process that runs in its own thread that buffers and writes after a few seconds, and the Debugger does not know how to handle it? I can terminate the application correctly...
Posted to
Forum
by
tcouper
on
10-10-2006
Filed under: debugging
|
|
|