|
Browse by Tags
All Tags » Debugger ( RSS)
-
Hi and congratulations for your great software! I'm working on a voice application that uses javascript user functions to customize some behaviours, and I started using the WPF AvalonEdit control together with Jint javascript interpreter to write and evaluate simple scripts; my boss was impressed...
-
Hi Community, I am impressed by the quality and rigidity of SharpDevelop and will use it instead of very old and fragile VS.Net. Because I am mostly developing Compact Framework Applications I really often need the On-Device Debugging Feature which transports the compiled libs, executables and brakepoint...
-
version: 3.2.0 build: 5505 unable to inspect values in Collections during debug sample code: static void Main(string[ args) { Dictionary<string, string> dict = new Dictionary<string, string>(); dict.Add("1", "1v"); dict.Add("2", "2v"); dict.Add("3"...
-
Hi Everyone, I figured I would update this thread with a workaround. As it would appear that the debugger does not work in Windows 7 x64 or Win XP Pro SP3 x86 after compiling and running the debugger (F5), I was able to work around the issue I had above by manually attaching the debugger to the open...
-
Hi Everyone, I recently sparked up an old project and in the process of debugging I noticed an issue. I've defined multiple breakpoints, went into debug mode and #develop will not "break" into the code at the defined breakpoints, or at any point for that matter. I'm using SharpDevelop...
-
[quote user="DavidSrbecky"]You are probably right, I just wonder why is this significant to you? What are you using the debugger for?[/quote] Not really using the debugger in particular, but I am using a customized version of the #D 3.x for my work Sandcastle Workshop. One main change I made...
-
After debug some time SD have more than one pad eg. Error pad and Properties pad. When I move the mouse over those pad then I receive this error. SharpDevelop Version : 4.0.0.5275 .NET Version : 4.0.21006.1 OS Version : Microsoft Windows NT 6.1.7600.0 Current culture : Thai (Thailand) (th-TH) Current...
-
Thanks. I've built another application and successfully debugged using the "attach to process" method. So I can confirm it does work on my system. However it still does not work on the process I require it for. Let me explain my set up: I have a client-server .NET application which is built...
-
SharpDevelop Version : 4.0.0.5185 .NET Version : 4.0.21006.1 OS Version : Microsoft Windows NT 6.1.7600.0 Current culture : Thai (Thailand) (th-TH) Current UI language : en-US Working Set Memory : 127728kb GC Heap Memory : 27992kb Unhandled WPF exception Exception thrown: System.IO.FileNotFoundException...
-
I was testing a muti thread application, one thread waits 5 seconds until the second threads operates, if after 5 seconds it has not ended aborts it and throws TimeoutException. I was debuggin the second thread and after a few seconds i get this Exception on SharpDevelop, I think it is because the first...
|
|
|