Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update actions.rst
fixed fformatting
  • Loading branch information
jonnytest1 authored Jan 12, 2024
commit 9ec513aed3209c41f3c8140b2af20424ef561cec
12 changes: 9 additions & 3 deletions scripting/actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,18 @@ The ``extra_script.py`` file is located in the same directory as
)

Debugging extra_scripts:
------------------
------------------------




#. create your extra script with `print(sys.argv)` as content
#. then add a launch json like

``launch.json``:

.. code-block:: javascript
{

{
"name": "Python Debugger: Upload",
"type": "debugpy",
"request": "launch",
Expand All @@ -122,3 +126,5 @@ Debugging extra_scripts:
"console": "integratedTerminal",
}