gosymbols

command module
v0.0.0-...-1ae3dfb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2017 License: MIT Imports: 7 Imported by: 0

README

GoSymbols

Windows PDB self-service symbol server by Golang and Vuejs.

Index Page Index

Symbols Page Download

Config

The web portal has integrated with Windows Azure AD OAuth Authorization.

Replace the correct AppID/AppKey and RedirectURI in the config.ini.

[base]
SYMSTORE_EXE    = "C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\symstore.exe"
BUILD_SOURCE    = "Z:\BuildServer"
DESTINATION     = "D:\\SymbolServer"
LATEST_BUILD    = latestbuild.txt
EXCLUDE_LIST    = vc120.pdb,zlib10.pdb
DEBUG_ZIP       = debug.zip
LOG_PATH        = 

[app]
CLIENT_ID       = <Your AppId>	  # Windows Azure AD Application ID
CLIENT_KEY      = <Your AppKey>	  # Application Key
REDIRECT_URI    = http://localhost:8010/api/auth/authorize  # Windows AD OAuth redirect URL
GRAPH_SCOPE     = https://graph.microsoft.com/User.Read		

Build

Golang

go build

Vuejs

# web src folder
cd web

# install dependencies
npm install

# build for production with minification
npm run build

Run

GoSymbols serve

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
v1

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL