diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-07-06 03:18:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-06 03:18:57 (GMT) |
commit | b51ea227d892c073b06f68d178972e75de20364e (patch) | |
tree | 38d21b77215272f7b40c9bc5957301e5a8d4bd0a /RELEASE.txt | |
parent | cd8952b63a583f412760350273ceef13763d881c (diff) | |
parent | b2f2be195fc1671a024a5d8c12f1d9d26cf4cf8c (diff) | |
download | SCons-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.txt | 2 |
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 ----- |