[Q&A] Best way for debug nvflare application #3285
-
Python version (
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
I think you can debug it, just need to set the debugger for it @yhwen can you help for some pointer, as you have done so many times. For myself, I found the easiest way to debug just few print statements without debugger. |
Beta Was this translation helpful? Give feedback.
-
|
Hey, |
Beta Was this translation helpful? Give feedback.
Thanks for the prompt help, and helping to find a solution via
pathMappings.I solved it now by just adapting my launch.json file and doing
pathMappingsbetween the original and the NVFlare-copied file. This is my launch.json: