Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Can't start debug:No symbol "auto" in current context.
Can't start debug:No symbol "auto" in current context. [message #65222] Wed, 26 March 2003 01:47 Go to next message
Eclipse UserFriend
I can't start debug for my Windows C++ app. Normal run from Eclipse is OK.
Compile is OK.
cdtdebugger shows this message: No symbol "auto" in current context.

CDT 1.0.1 (last night build downloaded 03/25/2003 and 1.0.1 stable version)
I use gdb 5.2.1-2 (got it 03/25/2003)
Same with gdb from MigGW install (gdb v.5.1.1)
MigGW ver. 2.0.0.3

I compile my sources with -g flag

What's wrong?


====================================================
Eclipse log:
!ENTRY org.eclipse.debug.ui 4 120 Р?Р?С? 25, 2003 17:37:05.750
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[150]:
org.eclipse.cdt.debug.mi.core.cdi.MI2CDIException: No symbol "auto" in
current context.
at
org.eclipse.cdt.debug.mi.core.cdi.SharedLibraryManager.setAu toLoadSymbols(SharedLibraryManager.java:147)
at
org.eclipse.cdt.debug.mi.core.GDBDebugger.initializeLibrarie s(GDBDebugger.java:30)
at
org.eclipse.cdt.debug.mi.core.GDBDebugger.createLaunchSessio n(GDBDebugger.java:48)
at
org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDel egate.launch(LocalCLaunchConfigurationDelegate.java:86)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:136)
at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchCon figurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext.java:98)
!ENTRY org.eclipse.cdt.launch 4 150 Р?Р?С? 25, 2003 17:37:05.750
!MESSAGE Failed Launching CDI Debugger : No symbol "auto" in current
context.
!STACK 0
org.eclipse.cdt.debug.mi.core.cdi.MI2CDIException: No symbol "auto" in
current context.
at
org.eclipse.cdt.debug.mi.core.cdi.SharedLibraryManager.setAu toLoadSymbols(SharedLibraryManager.java:147)
at
org.eclipse.cdt.debug.mi.core.GDBDebugger.initializeLibrarie s(GDBDebugger.java:30)
at
org.eclipse.cdt.debug.mi.core.GDBDebugger.createLaunchSessio n(GDBDebugger.java:48)
at
org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDel egate.launch(LocalCLaunchConfigurationDelegate.java:86)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:136)
at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchCon figurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext.java:98)
Re: Can't start debug:No symbol "auto" in current context. [message #65266 is a reply to message #65222] Wed, 26 March 2003 10:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mikhailk.qnx.com

Select the "Cygwin GDB Debugger" option in the "Debugger" tab of the launch
configuration.

"Alexander Ilyin" <a_ilyin@yahoo.com> wrote in message
news:b5rht8$19j$1@rogue.oti.com...
> I can't start debug for my Windows C++ app. Normal run from Eclipse is OK.
> Compile is OK.
> cdtdebugger shows this message: No symbol "auto" in current context.
>
> CDT 1.0.1 (last night build downloaded 03/25/2003 and 1.0.1 stable
version)
> I use gdb 5.2.1-2 (got it 03/25/2003)
> Same with gdb from MigGW install (gdb v.5.1.1)
> MigGW ver. 2.0.0.3
>
> I compile my sources with -g flag
>
> What's wrong?
>
>
> ====================================================
> Eclipse log:
> !ENTRY org.eclipse.debug.ui 4 120
Re: Can't start debug:No symbol "auto" in current context. [message #65396 is a reply to message #65266] Thu, 27 March 2003 13:43 Go to previous message
Eclipse UserFriend
Thank you.
It really helps.

But it's strange thing, using MigGW gdb setting Cygwin...

May be magic word Cygwin means Windows environment???
Anyway this works fine.


Mikhail Khodjaiants wrote:

> Select the "Cygwin GDB Debugger" option in the "Debugger" tab of the
> launch configuration.
>
> "Alexander Ilyin" <a_ilyin@yahoo.com> wrote in message
> news:b5rht8$19j$1@rogue.oti.com...
>> I can't start debug for my Windows C++ app. Normal run from Eclipse is
>> OK. Compile is OK.
>> cdtdebugger shows this message: No symbol "auto" in current context.
>>
>> CDT 1.0.1 (last night build downloaded 03/25/2003 and 1.0.1 stable
> version)
>> I use gdb 5.2.1-2 (got it 03/25/2003)
>> Same with gdb from MigGW install (gdb v.5.1.1)
>> MigGW ver. 2.0.0.3
>>
>> I compile my sources with -g flag
>>
>> What's wrong?
Previous Topic:Code Templates
Next Topic:compilation tools
Goto Forum:
  


Current Time: Thu May 01 00:50:05 EDT 2025

Powered by FUDForum. Page generated in 0.04965 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top