Author |
Evgeniy Koshkin |
License |
|
Type |
free, open-source |
Allows using TeamCity as a Windows symbol and source server.
Actively developed.
Last successful build compatible with TeamCity 8.0.3 (or later) available on the public TeamCity server
symbol-server.zip
into the <TeamCity Data Directory>
/plugins
folder.Debugging tools for Windows must be installed on build agent(s) to make plugin works.
To enable symbols and sources indexing, add the Symbol Files Indexer build feature to the build configuration. After that all PDB files published as build artifacts of this configuration and all related sources will be indexed.
The PDB files packed via TeamCity artifact publishing rules will be handled correctly.
The indexed data can be accessed in both modes: public (not requiring authorization) and authorized. The plugin uses standard authentication settings provided by the TeamCity server.
The following permissions are checked:
When logging into TeamCity as a guest user, the corresponding permissions are checked to grant anonymous access to symbols and sources. If the guest user permissions are insufficient, all enabled Http authentication modules are applied and the user will be asked for credentials.
The access mode can be configured globally or on a project-level. Also, different access modes can be specified for the symbols and sources.
TeamCity as a symbol server should be referenced by the following URL <TEAMCITY_SERVER_URL>/app/symbols
. The exact URL is available on the Administration > Integrations > Symbol Server page.
If you believe you've faced a bug: Issue Tracker (project: TeamCity)
If you want to ask a question or discuss: Forum
The sources in the Mercurial repository.
The build for (TeamCity 8.0.x) at the JetBrains public TeamCity instance.