DOC: Add section on debugging Python wrappings#169
DOC: Add section on debugging Python wrappings#169dzenanz merged 1 commit intoInsightSoftwareConsortium:masterfrom
Conversation
|
I've verified debugging steps with Python's |
|
Pinging @thewtex and @brad-t-moore for review, comments, revisions, etc |
7fd49bc to
c8397fb
Compare
80e2a5a to
ffeb49c
Compare
|
I'm waiting for ITK to build so that I can verify whether the EDIT: Verified that debug symbols are generated in |
|
@tbirdso ping me after you amend with Matt's suggestions. |
|
Have not gone through the details/would not be able to test them, and sorry to chime in. Thanks for doing this @tbirdso 🥇 . A few of notes:
** I confess that other sections might exist in the ITK SW Guide that are also intended for similar purposes (most notably, the git workflow one, that's my fault). |
|
Thanks for weighing in @jhlegarreta, glad to have your feedback!
|
OK.
Not necessary IMHO. A link to the section or eventual blog post would suffice in discourse to avoid redundancy.
👌.
That's awesome 💯. |
|
@hjmjohnson and @seanm are macOS experts and may have guidance for attaching or debugging core dumps. |
|
Sorry for my ignorance here- is there a way to see the generated output through git or do I need to checkout this PR and build locally? -Brad |
|
Good question @brad-t-moore , you can download the PDFs generated by CI under "Artifacts" from the run: |
|
For the record, I didn't knowingly "dismiss" anything... |
|
Added MacOS debugging steps (thanks to @thewtex for the use of the misty machine and @timthirion for the brief use of his laptop 😃 ) @hjmjohnson @seanm If you have an opportunity I would welcome your review on the MacOS side, am happy to revise based on your development experience. @brad-t-moore please also let me know if you have thoughts/revisions on the debugging process per your own investigations Other reviews welcome as always. Thanks! |
0383cac to
4f4442c
Compare
|
Squashed changes. |
|
Thank you @dzenanz ! |
|
🐛 🍾 🎅 |
Add subsection for discussion of ITK Python debugging workflow based on @brad-t-moore 's internal presentation and upcoming blog post.