2011 4:04 PM
> To: Discussion of IronPython
> Subject: Re: [IronPython] PTVS question
>
>
> Charles wrote:
> > For both. Just now I added an: "import os Print os.getcwd()" (don't
> > know why that didn't dawn on me before) and it prints the
> > solut
Charles wrote:
> For both. Just now I added an: "import os Print os.getcwd()" (don't know
> why that didn't dawn on me before) and it prints the solution/project
> directory. Even so, somehow it ignores the app.config unless I drop it into
> the IPy dir. This works, but its not ideal if one has
> Chuck wrote:
> > When developing/debugging with PTVS, how do I set the current working
> > directory to be the directory of my solution/project? I have an
> > app.config I want used, and don't want to copy it to the IPY directory.
>
> For debugging/running? By default it should be the director
Chuck wrote:
> And a follow up question about Python Tools for Visual Studio
>
> I would have expected that the Interactive Window has the same "context"
> as an IronPython script that is currently being debugged so that one can
> inspect variables, exec methods, while debugging. This is how Py
Chuck wrote:
> When developing/debugging with PTVS, how do I set the current working
> directory to be the directory of my solution/project? I have an app.config I
> want used, and don't want to copy it to the IPY directory.
For debugging/running? By default it should be the directory of your
ays worked.
Is this the case? Or not. It doesn't seem to work.
-Original Message-
From: users-boun...@lists.ironpython.com
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Medcoff, Charles
Sent: Wednesday, March 16, 2011 10:07 AM
To: Discussion of IronPython
Subject: [I
When developing/debugging with PTVS, how do I set the current working directory
to be the directory of my solution/project? I have an app.config I want used,
and don't want to copy it to the IPY directory.
--chuck
___
Users mailing list
Users@lists.ir