missing "Debug Mode" drop down in properties
Posted January 21st, 2008 by ewg
I am running iis 6 on win 2003 and vS.PHP 2.4 Ican't get the debugger to behave properly and I assume it's because I ccan't select the mode. The first selection under "Configuration Properties/Debug/General" is Debugging Type. Not Debug Mode. I upgraded from vs.php 2.3. This is not a standalone instance. Also do I have to place php_xdebug-2.0.2-5.2.5.dll in the same dir as the php.ini for the project I am trying to debug?


Make sure you select
Make sure you select debuging in external mode rather than built-in mode. When you select external mode, you must enter a url as the starting point for debugging.
The first selection under
The first selection under "Configuration Properties/Debug/General" is Debugging Type. Not Debug Mode. I don't have a means to select external mode? Debug Mode is missing
Debug mode is not shown on
Debug mode is not shown on remote projects. Is this a remote server project or a regular local project?
This is a remote project. If
This is a remote project. If that is the normal behavior then Why is the debug feature not working properly. After I hit f5 to start the ide goes into debugging mode but the "step into" step Over" etc feature are greyed out I can't step thru the code. I can restart the debugging or stop. The address line in the browser shows http://dev.mysite.com/index.php?XDEBUG_SESSION_START=2 incase thats useful.
Does it stop on breakpoints?
Does it stop on breakpoints? It is intended to execute until it finds a breakpoint.
no!
no!
You should enable XDebug
You should enable XDebug logging on the remote server to help determine what the issue is. One reason could be the server not able to reach the client (IDE).
remote_log - http://www.xdebug.org/docs/all_settings
Also, could you post your XDebug section in your php.ini file?
Are you aware that this is a
Are you aware that this is a remote project and that a remote linux install of Apache is serving the pages. Every since I upgraded to 2.4 my DBG is not working either. Do I need to install somethng on the linux box to get xdebug working and what happened to DBG. It is behaving just like xdebug, not stoping at the breakpoints
So you have two options,
So you have two options, install xdebug on your linux server or enable DBG on your project. I assume you are having problem with DBG not stopping on breakpoints?
It is thats why I said in my
It is thats why I said in my previous post "It is behaving just like xdebug, not stopping at the breakpoints" As I said I was using DBG sucessfully on the same project same server stc. Pre 2.4 not it behaves like xdebug. Is there something in 2.4 that has has to tell it to look at the remote server for DBG now?
I am trying a new project
I am trying a new project server is windows 2003 iis. I have installed the php_dbg.dll-5.2.x module in the extension_dir changed the name to php_dbg.dll. Added the extension=php_dbg.dll added
[debugger]
debugger.enabled = true
debugger.profiler_enabled = true
debugger.JIT_host = clienthost
debugger.JIT_port = 7869
to the php.ini
set the port in VS 2005 to 7869, the Debuggin engine to DBG. This is a remote project. The vs IDE is installed on an XP platform. The URL where the test page is located is on a remote server that has a host header conversion in IIS from 192.168.1.10 to dev.mysite.com. I can reach dev.mysite.com via a browser from the platform the IDE is installed on the XP box.
The mySite.phpproj file contains this.....
"General"
{
"ProjectIdGuid" = "{F1199540-B9EA-45C1-8793-D5B7930680EE}"
"ProjectVersion" = "2.4.1.4263"
}
"RemoteServer"
{
"RemoteProtocol" = "Ftp"
"RemoteServerName" = "dev.mysite.com"
"RemotePort" = "0"
"RemoteDirectory" = "/"
"RemoteOptions" = ""
"RemoteRootUrl" = "http://dev.mysite.com"
}
"Configurations"
{
"Remote|PHP 5"
{
"IncludeDirs" = ""
}
}
"Files"
{
}
"ProjStartupServices"
{
}
"Globals"
{
}
"References"
{
"PhpReference" = "calendar"
"PhpReference" = "ctype"
"PhpReference" = "date"
"PhpReference" = "dom"
"PhpReference" = "filter"
"PhpReference" = "ftp"
"PhpReference" = "hash"
"PhpReference" = "iconv"
"PhpReference" = "ISAPI"
"PhpReference" = "libxml"
"PhpReference" = "mysql"
"PhpReference" = "odbc"
"PhpReference" = "pcre"
"PhpReference" = "Reflection"
"PhpReference" = "session"
"PhpReference" = "SimpleXML"
"PhpReference" = "SPL"
"PhpReference" = "standard"
"PhpReference" = "tokenizer"
"PhpReference" = "wddx"
"PhpReference" = "xml"
"PhpReference" = "xmlreader"
"PhpReference" = "xmlwriter"
"PhpReference" = "zlib"
}
When I enter the debug mode in VS the session timesout. The same result hapened with xdebug. I can reach and edit the files via VS 2005 normally just not attach to the debugger.
Change debugger.JIT_host =
Change
debugger.JIT_host = clienthost
to
debugger.JIT_host = [your IP address]
Also make sure the firewall is not blocking this port. You could try to telnet to this port to ensure it is connecting.
For clarification if the
For clarification if the [your IP address] you refer to is the XP machine where VSPhp is running then I changed it to that I then telnet from the VS to the remote server and for good measure from the Remote server to the VS machine on 7869 both direction worked but the debugger is not attaching. Any other suggestions?
Yes, you got it right. In
Yes, you got it right.
In DBG, if it fails to connect to VS.Php, it will show an error message.
In the initial request, is it including the DBGSESSID query string?
If you answer is yes, the next step is to look into the debug traces using the tool DbgView. Run this tool before starting the debug session on your XP machine. Once you make one request, you'd have enough traces that can help you see what could be wrong. You can post the traces in here as well.
dev.mediawiki.com/tlaWikiAdmi
dev.mediawiki.com/tlaWikiAdmin.php?DBGSESSID=1@clienthost:7869
and here is the log from dbgView. It only logs when I start it before I open the project. If I set it to capture and then enter debug mode it never records anything and then the Browser instance timesout, still with no info in the DBGview tool
[5068] >> MSEnv extensibility IClassFactory::LockServer(TRUE), lock count: 1
[5932] %s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s
[5932] %s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s
[5068] RemoteServer::Init
[5068] BasicServer::Initialize
[5068] Initializing Ftp://@dev.mediawiki.com:0//
[5068] RemoteServices using FTP
[5068] BasicServer::Connect
[5068] RemoteServer::RequestCredentialsConnect
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] BasicServer::RemoteFileExists
[5068] BasicServer::FileExists
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFile2
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] BasicServer::FilesEqual
[5068] Entering OnAfterOpenProject() of Ankh.EventSinks.SolutionEventsSink
[5068] Entering OnAfterOpenSolution() of Ankh.EventSinks.SolutionEventsSink
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFile
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] BasicServer::FilesEqual
[5068] >> MSEnv extensibility IClassFactory::LockServer(TRUE), lock count: 2
[5068] >> MSEnv extensibility IClassFactory::LockServer(TRUE), lock count: 3
[5068] >> MSEnv extensibility IClassFactory::LockServer(FALSE), lock count: 2
[5068] >> MSEnv extensibility IClassFactory::LockServer(FALSE), lock count: 1
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFileList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetDirectoryList
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] RemoteServer::GetFile
[5068] BasicServer::CheckConnection
[5068] BasicServer::CleanPath
[5068] BasicServer::GetSlash
[5068] BasicServer::FilesEqual
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\addinschema.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\adrotator.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\adrotator1_0.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Policy\Schemas\TDLSchema.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Policy\Schemas\Policy.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\schemas\1033\snippetformat.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\schemas\1033\vstemplate.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\schemas\1033\Microsoft.Build.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\schemas\1033\vscontent.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\common7\packages\SDM\Schema\SystemDefinitionModel.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\catalog.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\DataSource.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\DotNetConfig.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\msdata.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\msxsl.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\Package.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\SiteMapSchema.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\soap1.1.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\soap1.2.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\SummaryResult.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\vsIntellisense.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\wsdl.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\wsdlSoap11Binding.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\wsdlSoap12Binding.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\xdr.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\XdrRowset.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\xdrtypes.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\xenc.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\xhtml.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\xlink.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\xml.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\xmlsig.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\xmta.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\xsdschema.xsd'.
[5068] Reloading schema 'C:\Program Files\Microsoft Visual Studio 8\xml\Schemas\xslt.xsd'.
i put my traces up but have no response?
i put my traces up but have no response?