I am trying to debug a FlashLite 3 application that uses LoadVars.sendAndLoad() to contact a server and return variables from a PHP page. When I run this in Adobe device central it works ok but when I install the SWF on a phone at Nokia Remote Device Access service and output the results of the resultVars I get nada... here is my code -
...
I’m trying to get remote debugging working again on a Windows 2003 server that I use for ASP.Net 2.0 development. I had everything up and running for months then one day, I was forced by our AD policy to change my password and the remote debugging has not worked since.
I have a Windows 2003 server running virtually (MS Virtual PC 2007)...
I added a Java project to Eclipse and I am running it from the command line. Since it was pre-built, I did not build it. The project, OfBiz, is enabled for remote debugging. Do I need to compile the project in Eclipse before I can remote debug into it?
...
Hello,
I am currently trying to extract a file compressed with GZip.
I want to do it programmaticaly on a mobile device using Windows Mobile 6.
I use the Compact Framework 3.5, and C#.
The compressed file size is about 4 MB. And the size of the original file (which is a text file) is about 42 MB.
My algorithm crashes during the extract...
A very strange problem - I have two machines, Local and Remote. Remote is running Visual Studio (2008) Remote Debugging Monitor.
I develop on Local, then during build VS copies the necessary files to Remote. I then press F5 and Remote starts running my code. Breakpoints allow me to access the debugger on Local, single step the code etc....
I'm a self-taught noobie, trying to debug PHP on my GoDaddy hosted server. Is this idea even rational, or do I need to continue to do all development locally and just continuously re-ftp upload the changes?
Is there some way that I can use eclipse to step through, and debug my php scripts that are hosted on a third party site?
...
I'm using Visual Studio 2008 to target .NET 2 so a portion of our software can run on Windows 2000. I need to remote debug a process and the remote debugger in VS 2008 will not install on Windows 2000. I have installed the VS 2005 version of the debugger and can make a connection to it from VS 2008, but it gives an error "The remote de...
I have installed the VS 2008 SP1 Remote debugger on the machine running the program I want to debug. I am running the Remote Debugger with no auth / allow anyone to connect on said machine. I am running VS 2008 on my development machine with the project for that application open. I have copied a .dll that i have made changed to the sourc...
We are trying to add a new page to a running web application. such that a new dll and aspx file are being added. I've setup break points in the code file and Built the application transfering the dll to the remote machine bin file and the aspx page to a folder within the web application. Note this folder is not in the same folder hierarc...
I have eclipse with coldfusion builder installed, and I set up the various screens - RDS and coldfusion debug settings in preferences, project properties and set the server up there.
It seems like it is almost working, the RDS screens work, and I can start debugging, but when it hits my breakpoint I get a blank source page that says 'So...
I've set up my target toolchain (ARM), I can compile my projects, and launch them on the remote hardware (an OMAP3 based board).
I have set up project properties for remote debugging for my target.
But when I launch the debug process, it seems to launch "system's default gdb" instead of the one configured in Settings\Compiler and Debug...
Is there anyway to get detailed debugging information when a Silverlight component is loaded into a web page via an XAP file?
I'm not talking about adding debug statements in the Silverlight component but from the host environment (web browser).
Cheers
AWC
...
I have created a Windows CE6 Image through Platform Builder, and I now want to develop c++ applications on this device with VS2005.
With Visual Studio 2005 comes ConManClient2, compiled for each patform, which can be placed onto the target platform to allow for remote degugging from VS.
On previous platforms, ones I haven't designed th...
Folks we are now delploying a lot of Erlang instances and we are seeing bugs been thrown and would like to examine them...
Normally we connect to the running instance with a remote shell and get access to an Erlang console that way, but this doesn't work for rb or error messages...
How do I get remote access to my SASL error messages w...
I support a .NET 2.0 Winforms application that is fairly widely deployed. On rare occasion we get a support call from a customer in which the application returns a .NET runtime exception AS SOON as you attempt to launch the application.
In the past we have helped the customer re-install the .net framework and very often that works...but...
What port(s) needs to be open on the remote machine hosting msvsmon.exe?
...
I used to utilize php_xdebug-2.0.3-5.2.5.dll under Windows XP but it is not adopted by Win7 ?
What is the thread safe and thread not safe ?
...
Hi,
We are a .NET LOB shop using MS CRM as our CRM platform. To this end, we many times a day during development phases are using remote debugging due to 2 connection limit to the server.
We are able to setup remote debugging without logging onto the machine by using PsExec. This works great - but how the heck do we kill the remote deb...
I am going to create a typical business application that will be used by a few hundred consultants. Normally, the consultants would be presented with an error message with a standard text. As the application will be a complicated one with lots of changes being made to it constantly I would like the following:
When an error message is pr...
I have a domain controller installed on virtual Windows Server 2008 x64.
SQL Server 2008 Express x64 is running on Windows Server 2008 x64 and client on Windows 7 RTM x86. Both have joined the domain.
I'm starting both Visual Studio 2008 and SQL Server Management Studio 2008 under domain admin user. This account is a member of group sy...