summaryrefslogtreecommitdiffstats
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2024-07-06 03:18:57 (GMT)
committerGitHub <noreply@github.com>2024-07-06 03:18:57 (GMT)
commitb51ea227d892c073b06f68d178972e75de20364e (patch)
tree38d21b77215272f7b40c9bc5957301e5a8d4bd0a /RELEASE.txt
parentcd8952b63a583f412760350273ceef13763d881c (diff)
parentb2f2be195fc1671a024a5d8c12f1d9d26cf4cf8c (diff)
downloadSCons-b51ea227d892c073b06f68d178972e75de20364e.zip
SCons-b51ea227d892c073b06f68d178972e75de20364e.tar.gz
SCons-b51ea227d892c073b06f68d178972e75de20364e.tar.bz2
Merge pull request #4567 from Repiteo/scsub-pdb
Add `SCsub` to known SConscript names
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 961f52d..3063203 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -74,6 +74,8 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
allow a developer to supply a custom validator, which previously
could be inhibited by the converter failing before the validator
is reached.
+- When debugging (--debug=pdb), the filename SCsub is now recognized when
+ manipulating breakpoints.
FIXES
-----