Skip to content

Commit 60ac77d

Browse files
committed
start Errata additions w/parfor, debugging w/VS Code
1 parent 5477f12 commit 60ac77d

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

errata.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
# Errata for *Python for MATLAB Development*
2-
3-
On **page xx** [Summary of error]:
4-
5-
Details of error here. Highlight key pieces in **bold**.
6-
7-
***
8-
9-
On **page xx** [Summary of error]:
10-
11-
Details of error here. Highlight key pieces in **bold**.
12-
13-
***
1+
# Errata for *Python for MATLAB Development*
2+
3+
On **page 178** [Python code can be debugged in MATLAB with VS Code]:
4+
5+
The sentence "Troubleshooting hybrid MATLAB/Python code can be a challenge
6+
because the MATLAB debugger won’t step into Python code."
7+
should be amended to read
8+
"The VS Code IDE can be used to debug
9+
hybrid MATLAB/Python code; details are explained at
10+
https://www.mathworks.com/matlabcentral/answers/1645680-how-can-i-debug-python-code-using-matlab-s-python-interface-and-visual-studio-code?s_tid=srchtitle"
11+
12+
***
13+
14+
On **page 598** [``parfor`` is included with the core MATLAB product]:
15+
16+
MATLAB's parallel for-loop construct ``parfor`` was added to
17+
the core MATLAB product sometime after release 2018a.
18+
19+
***

0 commit comments

Comments
 (0)