M
mmuffins
Guest
Hi,
I’m writing on a plugin for picard, and to simplify debugging I set up a local environment by cloning the picard repository and following the ‘Running From the Source Tree’ section in INSTALL.md.
Using vscode in windows to build and run picard works fine, and the plugin is loaded and executed after placing it in the picard/plugins directory of the repository.
My only issue that breakpoints in the plugin don’t halt the execution of the program. It works fine for the main application itself, but if I set a breakpoint anywhere in the plugin code it’s only touched one time at the start at the program, but never when the plugin actually runs.
I can see from the log that everything, including the plugin itself, is properly executed, breakpoints are just skipped for some reason.
I’m not super experienced with python, so it could be something super obvious that I’m not aware of. Is there any guidance or hints at what might be wrong with my environment?
4 posts - 2 participants
Read full topic
Continue reading...
I’m writing on a plugin for picard, and to simplify debugging I set up a local environment by cloning the picard repository and following the ‘Running From the Source Tree’ section in INSTALL.md.
Using vscode in windows to build and run picard works fine, and the plugin is loaded and executed after placing it in the picard/plugins directory of the repository.
My only issue that breakpoints in the plugin don’t halt the execution of the program. It works fine for the main application itself, but if I set a breakpoint anywhere in the plugin code it’s only touched one time at the start at the program, but never when the plugin actually runs.
I can see from the log that everything, including the plugin itself, is properly executed, breakpoints are just skipped for some reason.
I’m not super experienced with python, so it could be something super obvious that I’m not aware of. Is there any guidance or hints at what might be wrong with my environment?
4 posts - 2 participants
Read full topic
Continue reading...