[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Can

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 18 Feb 2016 18:58:06 +0100

On 18.02.2016 17:19, Sara M wrote:
> Interesting, it seems like I don't have this directory at all:
>
> <variable name="DEBUGTOOLS" value="C:\Program Files (x86)\Debugging Tools for Windows (x86)" />
>
> Was there something I was supposed to install for "Debugging Tools for Windows"?

the debugging tools for windows are part of the windows sdk. Browse the
SDK folder and you'll find an msi to install those.

But for a successful build, you don't need that really: this Nant task
adjusts the debug symbol files (*.pdb) so that they contain additional
info about the source files, i.e. where and how to fetch the source
files when debugging. And then it uploads those symbol files to the
symbol server.

I guess I have to change the build scripts to not do that automatically
but only if explicitly requested.

But that's only executed if you pass the 'release' target to nant.

Since you're not creating an official release, just don't pass that target.

Or: edit the default.build file and empty out the 'uploadsymbols' task.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3161470
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-02-18 18:58:02 CET

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.