Document --debugWorker flag
See original GitHub issueAs a toil user, I was looking for a way to let my IDE set breakpoints in my toil workflow, and I came across #1910. Once I worked out I could --debugWorker
, this totally solved my problem.
However, this flag isn’t documented:
- On the debugging help page: https://toil.readthedocs.io/en/3.15.0/running/debugging.html
- On the CLI help page: https://toil.readthedocs.io/en/3.15.0/running/cliOptions.html
I realise you may have done this because the flag is considered experimental (is it still experimental?), but even if it is I think it would be invaluable for users to document it in one or both of these places, even with some kind of disclaimer, because it improved productivity considerably for me.
┆Issue is synchronized with this Jira Task ┆Issue Number: TOIL-394
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Toil Debugging — Toil 5.8.0a1 documentation
Note that the --debugWorker flag will only work with the singleMachine batch system (the default), and not any of the custom job schedulers....
Read more >debug: document when build/test flags are applied vs ...
There is been some confusion as to which flags apply when and which ones are ignored (e.g. #1636, example, #855).
Read more >Visual Studio Node: debug into Worker Threads (node 11)
I can debug into the main node script, but the "autoAttachChildProcesses" flag is not effective in attaching to the spawned off worker threads ......
Read more >debug
Lightweight debugging utility for Node.js and the browser. Latest version: 4.3.4, last published: 9 months ago. Start using debug in your ...
Read more >Re: [nomad] Unable to start run a job with java driver
The intention is to use nomad for micro services orchestration. But I am not able to run the job with java driver option....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m happy to put in a PR for this, but I figure it should have an issue and someone telling me it’s a reasonable change first.
I haven’t. It could certainly help people wade through our huge pile of options…