|
Browse by Tags
All Tags » debugger ( RSS)
-
The SharpDevelop debugger consists of two parts: the Debugger.Core library and the Debugger.AddIn. The Debugger.Core library is high level library for debugging of .NET applications. It is released under the LGPL license and it is intended to be used in other applications (including closed-source ones...
-
Hello forum ... I using SD2.2 for some time, and enjoying most of the time, except of this annoyance; when using static classes or static variables inside classes , there no way (expect start to print them out) to access them directly via Debug variable listing ... I saw some old posts where this kind...
Posted to
Forum
by
Igal
on
09-19-2007
Filed under: Feature Request, debugger
-
Hi, it's well known that debugging with #D works partial slowly. I found out that the attributes mentioned above are ignored. It would be helpful if the following statements would work in #D debugger: string configPath = String.Empty; public string ConfigPath { [System.Diagnostics.DebuggerStepThrough...
-
Hi, I'm using #D 2, which I can see has a debugger built in. I'm just wondering, what are the options for using this debugger? What's the best and recommended way of using it? At the moment, it's been setup to use Cassini web server, but I am finding this very slow - and I am just thinking that there...
Posted to
Forum
by
findel
on
07-27-2007
Filed under: debugger
-
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
-
Is it possible to launch unit test(s) using DBGCLR as the debugger instead of using the integrated debugger? I've successfully tried putting an InputBox() prompt in a test and manually attaching then, but I wondered if it could be configured somehow. Also, with that method none of my breakpoints set...
Posted to
Forum
by
rpresser
on
06-12-2007
Filed under: Getting started, debugger
-
Hello Chris, The debugger is also licensed under the LGPL and so you can use it and ship it in commercial product. There are currently two versions of the debugger: The stable version which lives in the 2.1 branch ( svn://sharpdevelop.net/sharpdevelop/branches/2.1 ) Development version which lives in...
-
This actually started several versions ago, and so I've been only an intermittent user but I'm still clueless. The first time I used #dev, everything seemed great. Then something happened and I'm sure I clicked something out of order,but I started getting lot's of weird behavior with the dockable windows...
-
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 library c5 is here http://www.itu.dk/research/c5/ I am debuggin the code. The variable is of type c5.LinkedList`1 When i want to see the count property, it tells System.TypeLoadException. The message of exception is " The generic type c5.LinkedList`1 was used with the wrong number of generic arguments...
Posted to
Forum
by
darkcloud
on
04-05-2007
Filed under: bug reporting, debugger
|
|
|