Community
Participate
Working Groups
Build Identifier: 20100917-0705 If the debugging application have plenty of symbols, the time for launching is annoyng. For example with 20k symbols (produced by generated code) you may wait about a minute, and when starting gdb from console prompt is immediate. Is it possible to have symbol loading running in background ? Reproducible: Always Steps to Reproduce: 1. generate a project with 20k symbols (classes, functions, enumerations, variables, ...) 2. compile and start debugging 3.
(In reply to comment #0) > Build Identifier: 20100917-0705 > > If the debugging application have plenty of symbols, the time for launching is > annoyng. For example with 20k symbols (produced by generated code) you may wait > about a minute, and when starting gdb from console prompt is immediate. Is it > possible to have symbol loading running in background ? > > Reproducible: Always > > Steps to Reproduce: > 1. generate a project with 20k symbols (classes, functions, enumerations, > variables, ...) > 2. compile and start debugging > 3. I guess gdb needs so much time to start because of all the source folders Eclipse passes to gdb. Try the following: - open your debug launch configuration - select the source tab - remove the "Default" source lookup path - Add Absolute File Path