Other Parts Discussed in Thread: CCSTUDIO
I just received my eZ430-Chronos Development Tool. Unfortunately, I can not connect the debugger with CCS.
I have a Win 7, x64 system. UAC and virus software were disabled during install. I followed the directions exactly in the user's manual. When I try to debug, I get:
Same thing happens over & over if I hit cancel. If I hit retry, then I get:
I found the following entry in .log in my .metadata folder:
!ENTRY com.ti.ccstudio.debug.core 4 0 2010-05-29 08:47:00.550
!MESSAGE An internal error occurred during 'Launching Debug Session'.
Please see the Error Log for details.
!STACK 0
java.lang.NullPointerException
at java.util.Hashtable.put(Unknown Source)
at java.util.Properties.setProperty(Unknown Source)
at java.lang.System.setProperty(Unknown Source)
at com.ti.ccstudio.debug.core.cdi.model.Session.dispose(Session.java:254)
at com.ti.ccstudio.debug.core.cdi.model.Session.terminate(Session.java:1159)
at com.ti.ccstudio.debug.core.cdi.model.Session.initializeSession(Session.java:296)
at com.ti.ccstudio.debug.core.cdi.model.Debugger.createDebuggerSession(Debugger.java:27)
at com.ti.ccstudio.debug.core.launch.BaseCCELaunchDelegate.doLaunch(BaseCCELaunchDelegate.java:321)
at com.ti.ccstudio.debug.core.launch.BaseCCELaunchDelegate.launch(BaseCCELaunchDelegate.java:267)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:657)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:583)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:764)
at org.eclipse.debug.internal.ui.DebugUIPlugin$4.run(DebugUIPlugin.java:820)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
Please let me know what I can try to get this working. Thanks

