<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:xtr@bk.ru" title="XTR <xtr@bk.ru>"> <span class="fn">XTR</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Debugging Python is hard and activating it needs editing essential files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=106215">bug 106215</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>NEW
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Debugging Python is hard and activating it needs editing essential files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=106215#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Debugging Python is hard and activating it needs editing essential files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=106215">bug 106215</a>
              from <span class="vcard"><a class="email" href="mailto:xtr@bk.ru" title="XTR <xtr@bk.ru>"> <span class="fn">XTR</span></a>
</span></b>
        <pre>Confirm  for  LO 6.0.0.0beta x64  Windows 7 

There is missing folders
to get needed log.txt:
1. Create folder
C:\Users\%User%\AppData\Roaming\LibreOfficeDev\4\user\Scripts\python  or 
   %LibreofficeUSERDIR%/Scripts/python
  log.txt is created here
2. in file pythonscript.py  set
LogLevel.use = LogLevel.DEBUG
LOG_STDOUT = False

to fix:
in pythonscript.py:
1. check folder existence in   def getLogTarget():
2. LOG_STDOUT = os.environ.get(PYSCRIPT_LOG_STDOUT_ENV, "1") != "0"
   fix this to work well in windows environment</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>