Message 1 of 2
Fusion360/Vscode: can't stop script execution on a breakpoint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am new to develop scripts with fusion (not new to python), and I am trying to debug with VScode.
I run my script through the 'scripts' window and click on debug, which make the VScode window open.
Then I set a breakpoint on the left of a code line, red dot appears.
Then I relaunch 'debug' from scripts windows in fusion, and... nothing really happens in VScode.
I would have expect at least a stop on the breakpoint. It looks lost in the code, and I can't visualize any variable, nor any print.
Did I miss something to configure VSCode for fusion ?
Is it possible to stop on breakpoints and visualize datas ?