Hi pantsdevs, I'm continuing to study how the inte...
# development
l
Hi pantsdevs, I'm continuing to study how the internals work. My python debugger has dropped me off right at the doorstep of the rust engine where
native_engine.scheduler_execute
is going to get me a
Test
goal product. Looking for some advice: • Are there documents/notes you can suggest in addition to: ◦ https://www.pantsbuild.org/docs/internal-rules-architecturehttps://github.com/pantsbuild/pants/blob/main/src/rust/engine/graph/README.mdhttps://www.pantsbuild.org/docs/rules-api I've read these but am struggling to see how they would concretely reflect in the context of some specific running example. I hope by the end of this exploration I can contribute back something like that to the documentation if it doesn't already exist. • ultra longshot: is there a way to debug through the rust code during a pants execution?