T O P I C R E V I E W |
alextooter |
Posted - Aug 29 2011 : 02:14:12 AM Hi, I am trying to play D language2.0 with VisualD, but VAX keep 100% CPU usage,disable VAX won't solve this problem.
I am not ask you to support VisualD or D language,but VAX stop keep doing UpdateDbgState would be nice.
you can try it here: D: http://ftp.digitalmars.com/dinstaller.exe VisualD: http://dsource.org/projects/visuald
Thanks Alex
------------------------------------- VA_X.dll file version 10.6.1856.0 built 2011.08.24 Licensed to: VA X: Alex.Guo@szcol...... Support ends 2012.02.15 DevEnv.exe version 9.0.30729.1 Professional msenv.dll version 9.0.30729.4108 Font: Bitstream Vera Sans Mono 17(Pixels) Comctl32.dll version 6.10.7601.17514 Windows 7 6.1 Build 7601 Service Pack 1 2 processors (x86)
Platform: Win32 Stable Includes: E:\\wx\\include; e:\\wx\\include\\msvc; d:\\Program Files\\Microsoft SDKs\\Windows\\v7.1\\Include; C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\include; C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\include; D:\\Program Files\\Microsoft SDKs\\Windows\\v7.1\\include; D:\\Program Files\\Microsoft SDKs\\Windows\\v7.1\\include;
Other Includes:
Stable Source Directories: E:\\wx\\src; C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\src\\mfc; C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\src\\mfcm; C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\src\\atl; C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\crt\\src;
|
3 L A T E S T R E P L I E S (Newest First) |
alextooter |
Posted - Aug 30 2011 : 01:52:46 AM Thanks feline,add .d and .di to "Extensions to ignore" solve this problem. I didn't notice this option before.
ps,the D is for D complier,VisualD is the IDE plugin,it provide options that you can integertion to VS2008/2010 during the installation. |
feline |
Posted - Aug 29 2011 : 4:47:34 PM I have downloaded and run the installer on a winXP test system, and it does not seem to have done anything. I am not seeing any obvious changes in VS2005, VS2008 or VS2010. There are no new languages listed in the New Project dialogs in any of the IDE's, so no way to create a test project using D.
I have tried this twice, with and without VA installed, and get the same results both times.
What happens if you add ".d;" to:
VA Options -> Projects -> File Handling -> Extensions to ignore
and restart the IDE? |
alextooter |
Posted - Aug 29 2011 : 02:36:11 AM I have try to clear cache and rebuild,it doesn't work. If load a normal C++ project,then load D project(not closing IDE during this two steps),everything works fine,VAX's highlight even works for .d files. |
|
|