|
Browse by Tags
All Tags » bug report debugger ( RSS)
-
The event DoDragDrop failed when I was running the application at Design Mode. and when the cursor lose the focus of the application it produce the follow exception. SharpDevelop Version : 2.2.1.2648 .NET Version : 2.0.50727.42 OS Version : Microsoft Windows NT 5.1.2600 Service Pack 2 Current culture...
Posted to
Forum
by
mariofertc
on
09-08-2007
Filed under: bug report debugger
-
SharpDevelop Version : 2.1.0.2429 .NET Version : 2.0.50727.42 OS Version : Microsoft Windows NT 5.1.2600 Dodatek Service Pack 2 Current culture : Polish (Poland) (pl-PL) Working Set Memory : 81844kb GC Heap Memory : 17437kb Exception thrown: System.ArgumentNullException: Value cannot be null. Parameter...
Posted to
Forum
by
hasheq
on
05-08-2007
Filed under: bug report debugger
-
I'm testing a Boo program (which is multithreaded) by using NUnit as the debugger (I also use the builtin NUnit test runner, but I sometimes do it the other way since I can set breakpoints while debugging). I'm using NUnit 2.2.9. The exception I receive is below. SharpDevelop continues to run okay after...
Posted to
Forum
by
Eternal Density
on
03-14-2007
Filed under: serralongue, Bug report, bug report debugger, bug reporting, debugger
-
Hi there, I have encountered an issue while doing some preliminary work using PostSharp. It seems that if I have an application that is post compiled by PostSharp, any breakpoints that I set within the class being modified or even outside of the class no longer work. I have opened the same solution in...
Posted to
Forum
by
jvans
on
12-14-2006
Filed under: bug report debugger
-
Hi, I decided to post it since I receive hardly oftem following exception from #D while debugging an application. This pproblem is really annoying and mostly leads me to decide to restart IDE. I remember that similar problems already have been discoverred and as far as I remember it has already been...
-
After some assembly (.dll) generated for a project is analized, it gets locked by SharpDevelop, and when the sollution is recompiled, an error is generated. Ex.: Unable to delete file "obj\Debug\DotGenerator.Business.dll". Access to the path 'M:\RadicalDevelopSources\Projects\2006\RadicalDevelop...
-
Running a unit test with debugging I have the following two lines: Engine pBldEng = new Engine(enginepath); Project proj = new Project( pBldEng ); These are in the Microsoft.Build.BuildEngine. If you break on the first line and put your mouse on pBuldEng in the second line, you get the following error...
-
for David Srbecký :( Step to Step to reproduce: 1)Create a new c# app window 2)Replace code of template file mainform.cs with this public partial class MainForm : Form { //Test debug local variables (!!! no show in local pad) private int varM=1; public class pippo{ int mX; public pippo(){ mX=0; } public...
Posted to
Forum
by
solodev
on
01-06-2008
Filed under: bug report debugger
-
1)Create a new c# windows project 2)In mainform.cs public partial class MainForm : Form { public MainForm (){ InitializeComponent (); int k = 0 ; k ++; //INSER BREAKPOINT HERE } 3)Run application with debug, at breakpoint ... F5 go 4)close simple application window 5)Warning-BUG SharpDevelop Version...
Posted to
Forum
by
solodev
on
01-10-2008
Filed under: bug report debugger
-
I started a debug session. When #develop reached the breakpoint I got this error message: SharpDevelop Version : 3.0.0.2970 .NET Version : 2.0.50727.1433 OS Version : Microsoft Windows NT 5.1.2600 Service Pack 2 Current culture : Norwegian, Bokmål (Norway) (nb-NO) Current UI language : en-US Working...
Posted to
Forum
by
tronda
on
03-27-2008
Filed under: Bug report, bug report debugger, bug
|
|
|