<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Not able to debug scripts/add-ins in Visual Studio Code in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9692238#M13119</link>
    <description>&lt;P&gt;I am still getting these errors. In my case, I receive no errors if I execute my Python script from Fusion 360. Once I start from Fusion 360, I am able to edit the same script in Visual Studio Code and everything works. I want to know if it is possible to run the script in VCS directly without first opening it in Fusion 360. If it can be done, the benefit for me would be to be able to test simpler aspects of I/O that can be done in a VCS terminal before launching the full script graphics. I have added the fusion 360 path to my environment, and I am using version 3.7.6 64 bit of Python on Windows 10&lt;/P&gt;</description>
    <pubDate>Fri, 14 Aug 2020 18:49:58 GMT</pubDate>
    <dc:creator>oafak</dc:creator>
    <dc:date>2020-08-14T18:49:58Z</dc:date>
    <item>
      <title>Not able to debug scripts/add-ins in Visual Studio Code</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9174815#M13111</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to start edit/debug on a script from Fusion360, but when pressing &lt;EM&gt;debug&lt;/EM&gt; or &lt;EM&gt;edit&lt;/EM&gt;&amp;nbsp;nothing happens. I've installed Visual Studio Code and I have Python 3.8.0. Also, when I open the script manually in VS Code I cannot run it because it doesn't find the required modules (e.g. adsk), but it runs fine when run from within Fusion360. Does anyone know how to fix this? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I suspect there is some path I have to configure somewhere?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Snorre Hukkelås&lt;/P&gt;</description>
      <pubDate>Sat, 30 Nov 2019 13:27:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9174815#M13111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-30T13:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug scripts/add-ins in Visual Studio Code</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9174879#M13112</link>
      <description>&lt;P&gt;So I got a step further by following "Problem debugging Python code" and "Cannot debug Python add-in" found here:&amp;nbsp;&amp;nbsp;&lt;A href="https://modthemachine.typepad.com/my_weblog/fusion-360/" target="_blank"&gt;https://modthemachine.typepad.com/my_weblog/fusion-360/&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now Visual studio starts up and the code compiles, but I can't run it:&lt;/P&gt;&lt;PRE&gt;ModuleNotFoundError: No module named 'adsk'&lt;/PRE&gt;</description>
      <pubDate>Sat, 30 Nov 2019 15:22:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9174879#M13112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-30T15:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug scripts/add-ins in Visual Studio Code</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9174900#M13113</link>
      <description>&lt;P&gt;AND now I got further by understanding that you need to run the program from within Fusion360, Tools -&amp;gt;Add-ins-&amp;gt;Scripts and add-ins-&amp;gt;"your script"-&amp;gt;Run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To start a debug session simply place some breakpoints and in VS Code, do Debug-&amp;gt;Start Debugging.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Nov 2019 15:43:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9174900#M13113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-30T15:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug scripts/add-ins in Visual Studio Code</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9176230#M13114</link>
      <description>&lt;P&gt;Hi @Anonymous&amp;nbsp;,&lt;/P&gt;&lt;P&gt;It is issue with latest python extension installed in VSCode.&lt;/P&gt;&lt;P&gt;You need to downgrade the ms-python extension from VScode to lower version&amp;nbsp;&lt;SPAN&gt;2019.9.34911.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please refer to the following similar issue.&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/fusion-360-api-and-scripts/api-debugger-doesn-t-work-after-oct-2019-update/m-p/9092070" target="_blank" rel="noopener"&gt;API debugger doesn't work after Oct 2019 update&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Solutions provided by&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1639694" target="_blank" rel="noopener"&gt;@goyals&lt;/A&gt;&amp;nbsp;will work for you.&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/fusion-360-api-and-scripts/api-debugger-doesn-t-work-after-oct-2019-update/m-p/9079067#M8591" target="_blank" rel="noopener"&gt;Go to Solution.&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The window you are seeing is fusion checks for the extension if it not there it will try to install latest extension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please make sure to close fusion when you are doing this. Also restart VScode.&lt;/P&gt;&lt;P&gt;To verify, you can check your directory on windows %HOMEPATH%/.vscode/extensions/ on mac ~/.vscode/extensions/ this directory should contain only one ms-python extension version&amp;nbsp;2019.9.34911. If it contains another version please delete that folder also in .obsolete file if there is entry for ms-python extension you should remove it.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 03:07:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9176230#M13114</guid>
      <dc:creator>Nilesh.Mohite</dc:creator>
      <dc:date>2019-12-02T03:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug scripts/add-ins in Visual Studio Code</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9176233#M13115</link>
      <description>&lt;P&gt;Hi @Anonymous&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Further, to debug or edit scripts, you can select the script from fusion Addins menu and click on "edit" or "debug"(debug option os present in dropdown menu button near Run button).&lt;/P&gt;&lt;P&gt;Once script is opened in VSCode you can hit F5 or greenb in configuration to attach script for debugging. If you are in edit mode you need to add breakpoint manually.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are missing any modules especially for mac.&lt;SPAN style="font-family: inherit;"&gt;you can further refere to following post for verifying your settings of python def files(for OSX)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/fusion-360-api-and-scripts/code-hints-in-visual-studio-code-howto/m-p/9151344" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/fusion-360-api-and-scripts/code-hints-in-visual-studio-code-howto/m-p...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lets us know if you need further help.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 03:14:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9176233#M13115</guid>
      <dc:creator>Nilesh.Mohite</dc:creator>
      <dc:date>2019-12-02T03:14:50Z</dc:date>
    </item>
    <item>
      <title>RE: Not able to debug scripts/add-ins in Visual Studio Code</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9180329#M13116</link>
      <description>&lt;P&gt;Currently there is a bug in the never versions of ms-python for vscode. like mentioned above the best way to fix it is to downgrade the extension. If you're unsure how, here is where you go. Hope this helps &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="iframe-container" style="position: relative; height: 0; margin: 0; padding-bottom: 92.1875%;"&gt;&lt;IFRAME width="640" height="590" style="position: absolute; left: 0; top: 0; width: 100%; height: 100%;" src="https://screencast.autodesk.com/Embed/Timeline/92d70b3b-bb61-4a88-8413-076b0dc530e7" frameborder="0" allowfullscreen="true" webkitallowfullscreen="true" scrolling="no"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 Dec 2019 18:29:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9180329#M13116</guid>
      <dc:creator>Mattxer</dc:creator>
      <dc:date>2019-12-03T18:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug scripts/add-ins in Visual Studio Code</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9440732#M13117</link>
      <description>&lt;P&gt;Thank you very much,&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7889873"&gt;@Nilesh.Mohite&lt;/a&gt; ! Maybe I did something wrong, but this workaround still seems to be needed in April, 2020.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 02:38:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9440732#M13117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-14T02:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Not able to debug scripts/add-ins in Visual Studio Code</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9532047#M13118</link>
      <description>&lt;P&gt;The new build of&amp;nbsp;ms-python.python-2020.5.80290 from 19 May 2020 also does not want to debug Fusion scripts...&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;the previous one (ms-python.python-2020.5.78807) works fine&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 14:51:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9532047#M13118</guid>
      <dc:creator>akonovalenko</dc:creator>
      <dc:date>2020-05-21T14:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug scripts/add-ins in Visual Studio Code</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9692238#M13119</link>
      <description>&lt;P&gt;I am still getting these errors. In my case, I receive no errors if I execute my Python script from Fusion 360. Once I start from Fusion 360, I am able to edit the same script in Visual Studio Code and everything works. I want to know if it is possible to run the script in VCS directly without first opening it in Fusion 360. If it can be done, the benefit for me would be to be able to test simpler aspects of I/O that can be done in a VCS terminal before launching the full script graphics. I have added the fusion 360 path to my environment, and I am using version 3.7.6 64 bit of Python on Windows 10&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2020 18:49:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9692238#M13119</guid>
      <dc:creator>oafak</dc:creator>
      <dc:date>2020-08-14T18:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug scripts/add-ins in Visual Studio Code</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9749528#M13120</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4916072"&gt;@oafak&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;When we launch VS code through fusion 360 it allows us to run python scripts on python module loaded with Fusion.&lt;/P&gt;&lt;P&gt;So some of the internal fusion modules will be loaded by default there. But when we launch independent VCS and try to use separate python module even with valid fusion path. But as&amp;nbsp;python module is not able to find fusion modules it will give you errors.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 07:36:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9749528#M13120</guid>
      <dc:creator>Nilesh.Mohite</dc:creator>
      <dc:date>2020-09-16T07:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug scripts/add-ins in Visual Studio Code</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9757490#M13121</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp; it is not working that simple for me &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;when i click (Debug) button from "Script and Add-Ins" window in Fusion 360, Nothing happen&lt;BR /&gt;when i click (Edit) button, also nothing happen, so i have to open VS Code manually !&lt;BR /&gt;Debugging the script form VS Code also doesn't work, it just stops at this line&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;def&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;run&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;context&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;then exit debugging mode when i am trying to step over or add any break points after this line&lt;BR /&gt;&lt;BR /&gt;however, the only thing that works is "Run" button to execute script in Fusion 360&lt;BR /&gt;------------------------------------&lt;BR /&gt;Code is attached...&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Sep 2020 05:04:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9757490#M13121</guid>
      <dc:creator>Moh_Samy</dc:creator>
      <dc:date>2020-09-20T05:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug scripts/add-ins in Visual Studio Code</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9757547#M13122</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you read all the answers in this thread?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actually, you have to downgrade the Python plugin in VS Code to version 2020.6.91350.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Sep 2020 08:05:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9757547#M13122</guid>
      <dc:creator>JeromeBriot</dc:creator>
      <dc:date>2020-09-20T08:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug scripts/add-ins in Visual Studio Code</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9757722#M13123</link>
      <description>&lt;P&gt;Hi Jerome,&lt;BR /&gt;&lt;BR /&gt;I know you have a lot of experience using the API, but for me, it's just like it is for Moh_Samy&amp;nbsp; clicking on debug does nothing but opening quickly a command windows, where it says installing extension. It does not start VS Code&lt;BR /&gt;&lt;BR /&gt;I have Python extension 2020.6.91350 installed, as recommended&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bernardACK8A_0-1600607188975.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/821495i33CF643495491251/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bernardACK8A_0-1600607188975.png" alt="bernardACK8A_0-1600607188975.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This has been working for me in the past, with the previous recommended Python extension, and an older version of Fusion, as well as an older version of VS Code&lt;BR /&gt;&lt;BR /&gt;Right now, my versions are:&lt;BR /&gt;&lt;BR /&gt;Fusion 360 2.0.8950&lt;BR /&gt;Windows 10 19042&lt;BR /&gt;VS Code 1.49.1&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Sep 2020 13:13:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9757722#M13123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-20T13:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug scripts/add-ins in Visual Studio Code</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9757746#M13124</link>
      <description>&lt;P&gt;Well,I fully un-installed Fusion and reinstalled it. Now it works. Don't asl me why, but it may help some other people.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Sep 2020 13:53:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9757746#M13124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-20T13:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug scripts/add-ins in Visual Studio Code</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9757931#M13125</link>
      <description>&lt;P&gt;Thank you very much for your fast response ! I really appreciate that&lt;BR /&gt;&lt;BR /&gt;I do read all the thread, but i noticed &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7889873"&gt;@Nilesh.Mohite&lt;/a&gt;&amp;nbsp; recommend version 2019.9.34911 of python in VS code, so i do.&lt;BR /&gt;&lt;BR /&gt;any way i installed the exact version you mentioned and now there is somehow communication between VS code and fusion.&lt;BR /&gt;Now, when i click "Edit" button in "Scripts and Add-Ins" window, it opens VS code automatically to edit the code&lt;BR /&gt;also when i click "Debug" button it do the same but don't start debugging.&lt;BR /&gt;when i try to click the debug button in VS code at the upper left corner it show error message:&lt;BR /&gt;"Invalid message : Session is not initialized yet"&lt;BR /&gt;and have a button called "Open Launch.json" which opens a file with the same name to be edited somehow&lt;BR /&gt;what should i do then ?&lt;BR /&gt;-------------------------------------------------------&lt;BR /&gt;VS code version: 1.49.1 (user setup)&lt;BR /&gt;VS code python extension version:&amp;nbsp; 2020.6.91350&lt;BR /&gt;Fusion 360 version:&amp;nbsp; 2.0.8950&lt;BR /&gt;windows version: Windows 10 (19041)&lt;BR /&gt;windows python version: 3.7.6&lt;BR /&gt;-------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Sep 2020 16:47:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9757931#M13125</guid>
      <dc:creator>Moh_Samy</dc:creator>
      <dc:date>2020-09-20T16:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug scripts/add-ins in Visual Studio Code</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9757944#M13126</link>
      <description>&lt;P&gt;As &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3865419"&gt;@JeromeBriot&lt;/a&gt;&amp;nbsp; kindly said&lt;BR /&gt;you must have python extension version 2020.6.91350 in VS code. maybe because of new fusion360 updates need this extension version.&lt;BR /&gt;before that i was installing (2019.9.34911) and&amp;nbsp; this was working well for me since ~2 months, but when i returned now, nothing work at all as you said (Edit &amp;amp; Debug) buttons in the (Scripts and Add-Ins) window don't work.&lt;BR /&gt;it just opens a "cmd" window saying "installing extension..." then disappear and nothing happen at all after this.&lt;BR /&gt;&lt;BR /&gt;after installing this version ( 2020.6.91350) as &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3865419"&gt;@JeromeBriot&lt;/a&gt;&amp;nbsp; mentioned, a link somehow re-established between fusion 360 and VS Code. now (Edit &amp;amp; Debug) buttons opens VS code window, but debugging still not work as i mentioned i the previous reply.&lt;BR /&gt;&lt;BR /&gt;I hope you will solve this problem soon, and i will reply when it is solved for me.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Sep 2020 16:57:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9757944#M13126</guid>
      <dc:creator>Moh_Samy</dc:creator>
      <dc:date>2020-09-20T16:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug scripts/add-ins in Visual Studio Code</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9759060#M13127</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8316675"&gt;@Moh_Samy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Now fusion supports latest vscode extensions and vscode versions.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A. &lt;/STRONG&gt;Are you able to debug other sample script like Bottle.py ,Bolt.py ?&lt;/P&gt;&lt;P&gt;If yes then just copy this file with your script &amp;nbsp;"&lt;STRONG&gt;TH Aluminium Poly Capacitor Sizes.manifest&lt;/STRONG&gt;".&lt;BR /&gt;This file gets auto generated by fusion when you create new script using fusion. But some how if you relocated your script then you can copy the manifest file and rename to match your script name.&lt;BR /&gt;I have added same thing in zip attached.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;B.&lt;/STRONG&gt; If you are still facing some issue and not able to debug sample scripts also.&lt;BR /&gt;Please do following steps.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Close Fusion 360&lt;/LI&gt;&lt;LI&gt;Uninstall python extensions from vs code&lt;/LI&gt;&lt;LI&gt;Close vs code&lt;/LI&gt;&lt;LI&gt;Go to '%homepath%\.vscode\extensions'&lt;/LI&gt;&lt;LI&gt;Clear any &lt;STRONG&gt;ms-python extension&lt;/STRONG&gt; directories like &lt;STRONG&gt;ms-python.python-2019.###&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Delete .obsolete file&lt;/LI&gt;&lt;LI&gt;Start fusion&lt;/LI&gt;&lt;LI&gt;Go to addins and debug any sample adding script.&lt;/LI&gt;&lt;LI&gt;You should able to debug it successfully.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Please let me know if you need anymore help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 13:53:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9759060#M13127</guid>
      <dc:creator>Nilesh.Mohite</dc:creator>
      <dc:date>2020-09-21T13:53:00Z</dc:date>
    </item>
    <item>
      <title>Fusion 360 API &amp; the latest Python Version and VSC Python Extension</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9759566#M13128</link>
      <description>&lt;P&gt;I found out, last week, by accident, that Fusion 360 API now supports not only my Python 3.8.3, but also the latest Python extension 2020.8.109390! Thanks to Nilesh for confirming this. I was able to move to the newest version (previously installed) without re-installing Fusion 360, or Visual Studio Code. There is no need to ask users to downgrade to older versions or extensions any longer if this new compatibility with the API remains stable. Kudos to the Fusion 360 API team and the Python people for making this work. It is a joy to work in this environment!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 18:16:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9759566#M13128</guid>
      <dc:creator>oafak</dc:creator>
      <dc:date>2020-09-21T18:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug scripts/add-ins in Visual Studio Code</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9796396#M13129</link>
      <description>&lt;P&gt;Thanks you very much for your attention.&lt;BR /&gt;regretfully, this method doesn't work for me !&lt;BR /&gt;i have uninstalled every thing (Vs Code and Fusion 360 and python) then reinstalled every thing again and it is working for me well right now&lt;BR /&gt;now i have these versions:&lt;BR /&gt;Fusion 360 : 2.0.9011&lt;BR /&gt;Python : 3.7.6&lt;BR /&gt;VS Code : 1.50.0 (User Setup)&lt;BR /&gt;Python extension in VS code : 2020.6.91350&lt;/P&gt;&lt;P&gt;Windows : 10 (19041)&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 15:30:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9796396#M13129</guid>
      <dc:creator>Moh_Samy</dc:creator>
      <dc:date>2020-10-11T15:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug scripts/add-ins in Visual Studio Code</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9796402#M13130</link>
      <description>&lt;P&gt;Yeah it works for me too&lt;BR /&gt;UN-install every thing and re install every thing. that's it &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 15:33:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9796402#M13130</guid>
      <dc:creator>Moh_Samy</dc:creator>
      <dc:date>2020-10-11T15:33:25Z</dc:date>
    </item>
  </channel>
</rss>

