With Visual stuido 2010, it's simple to set up SL4 to debug with an out-of-browser installed app. I followed the instructions from here and everything seems to set up fine. Debugging from the browser runs the program just fine, but running from the OOB program gives a different result. After starting, the screen will go blank and then...
Up until I started using Arch linux a couple of weeks ago, gdb would evaluate multi-line if statements atomically. So for a condition like this:
39523 if ((RM != NULL) &&
39524 (RM->DefaultC != NULL) &&
39525 (MSched.RemapC != NULL) &&
39526 (RM->DefaultC->FType != mqftRouting) &&
39527 (RM->DefaultC != MSche...
Hello,
I started Windows Mobile 6.x development but I am facing a problem when I want to unit-test my classes.
In fact when I run the tests everything goes like it should: VS launches the emulator and then runs the tests. But when I try to debug them, it launches emulator, runs the tests but my breakpoint are never hit. It seems that d...
Hi, I am working on Linux environment. I have two 'C' source packages train and test_train.
train package when compiled generates libtrain.so
test_train links to libtrain.so and generates executable train-test
Now I want to generate a call graph using gprof which shows calling sequence of functions in main program as well as those in...
I have read pretty much EVERY blog post, article and help document published regarding this problem and they have not helped. The most common suggestions are:
Internet Explorer -> Tools Menu -> Internet Options -> Advanced -> Show Friendly Error Messages (make sure this is NOT ticked)
IIS -> Home Directory tab -> Configuration... -> De...
I'm trying to connect my internal CalDAV server to my iPhone but am running into issues. The CalDAV account is recognized as valid on the "Mail, Contacts, Calendars" settings page, and I can see activity on my server where (as far as I can tell) valid XML is being sent to the device, but none of these events are showing up in the Calend...
Example:
InnerException:
StackTrace (generated):
SP IP Function
003D8E9C 03B21BD7 Something!Blah.Blah.FunctionName(System.String)+0xa8
What does the +0xa8 part indicate?
...
How can I using the output window write all the members of an object? Trace.WriteLine uses method ToString and doesn't output all the members. Is there API to do it without writing own code?
...
If I select an extensibility addin of Excel, I'm able to debug my Add-In in Debug Mode with Excel, like
_application.ActiveWorkbook.ActiveSheet.Count
in Immediate window, but now I've moved to VSTO Excel 2003 Add-in,
here I've goto following message while debugging,
Cannot obtain fields or call methods
on the instance of type
...
I don't know if this a bug of VS2010 Beta, but right now breakpoints don't get hit, when I start an ASP.NET debug session by pressing F5 (Web settings configured to "Use Local IIS Web server".)
I always have to switch back to Visual Studio, press Alt+Ctrl+P and manually attach to w3wp.exe process. Then, after reloading the website in In...
Let's say you have a bug that was found in functional testing of a fairly complex part of the software.
It could stem from bad/unexpected data in the database, middle-tier code, or something in the front-end.
Fine. We've all been there.
You have unit tests to write & run, debugging/logging statements to insert, sql statements to write...
I have a WinForm application written with VS2008 and .NET 3.5. This application runs well from Visual Studio 2008 and outside (when VS2008 is closed, simple double-click on the EXE boots the application).
I decided this morning to migrate everything to VS2010 and .NET 4 (updated the target framework). Everything compiles and the applic...
I have an application which predictably generates out-of-memory errors on very, very (very) large datasets - we're trying to fix the problem by optimizing the app's memory management, but the very, very large datasets in question require so long to run (days) that it's difficult to iterate through testing cycles and find the problem empi...
I've been using Jint to run server-side JavaScript code and I'm liking it a lot so far. The one issue I'm having is debugging.
JInt exposes events that can fire when a statement is executed or a breakpoint is hit. As mentioned on the Web site, it would be possible to create a visual debugger that works through this mechanism.
Before ...
I have three Silverlight 3 applications in the same solution. In my asp.net hosting project I have a seperate page for all three projects. When I navigate between the pages, the only Silverlight breakpoints that get hit are the ones the initial page I load.
This problem has only started recently. I used to be able to debug between all s...
Could someone provide a good link of documenation/material/examples of IDAPERL (a plugin to add perl scripting and automation support to IDA PRO ) i see there are many documentation about python and idapro but for perl it seems nothing .
or could someone suggest a perl cpan module that automate the IDA PRO Degguber (http://www.hex-rays.c...
Warning: exif_imagetype(test.gif)
[function.exif-imagetype]: failed to
open stream: No such file or directory
in
E:\xampp\htdocs\online\upload.processor.php
on line 6
What's wrong? How to fix it?
Maybe I should get the full path of the file on the client. How to do it?
...
I've got a WCF host application which gets started by an executable with some dynamic parameters.
Now I want to debug the this application but since it's getting started by the other tool VS.NET won't load it in debug mode.
Is it possible to write some DEBUG only code to force it execute this process in DEBUG mode so it'll hit the bre...
I'm trying to make an Eclipse launch configuration that I can launch programmatically, kind of building a custom debugger if you like.
I've already got an org.eclipse.debug.core.launchConfigurationTypes extension, as well as .core.launchDelegates, .ui.launchConfigurationTabGroups and .core.sourcePathComputers extensions.
I've got a bu...
The W3 has a RDF validator that plots the RDF graph. Do you know a similar utility desktop side ?
Forgot to say. I'm on a mac.
...