[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[Cdt-launch-inbox] [Bug 205108] Null pointer exception on Launch of app in Windows
|
https://bugs.eclipse.org/bugs/show_bug.cgi?id=205108
Product/Component: CDT / cdt-launch
--- Comment #4 from Paul Kimelman <paulkimelman@xxxxxxxxx> 2007-10-03 02:55:20 -0400 ---
When I went to the dialog from View > Other..., there was no "PDE Runtime"
directly or under any of the trees. But, since you told me the log file name (I
had forgotten about it), I was able to get the trace for you:
!ENTRY org.eclipse.core.jobs 4 2 2007-10-02 08:11:48.388
!MESSAGE An internal error occurred during: "Launching userv Debug_server".
!STACK 0
java.lang.NullPointerException
at
org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.launchDebugSession(LocalCDILaunchDelegate.java:308)
at
org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.createCDISession(LocalCDILaunchDelegate.java:433)
at
org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.launchAttachDebugSession(LocalCDILaunchDelegate.java:205)
at
org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.launchDebugger(LocalCDILaunchDelegate.java:108)
at
org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.launch(LocalCDILaunchDelegate.java:65)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:766)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:608)
at
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:899)
at
org.eclipse.debug.internal.ui.DebugUIPlugin$7.run(DebugUIPlugin.java:1102)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.