A provider for the binary file and its associated .dwp files, if fission is enabled.If Fission (Debug Fission) is not enabled, the dwp file will be null.Documentation Index
Fetch the complete documentation index at: https://bazel-promptless-fix-mintlify-mdx-parsing-errors.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Members
DebugPackageInfo
DebugPackageInfo constructor.
Parameters
ParameterDescriptiontarget_labelLabel;
required
The label for the *_binary target
stripped_fileFile; or None;
default is None
The stripped file (the explicit “.stripped” target)
unstripped_fileFile;
required
The unstripped file (the default executable target).
dwp_fileFile; or None;
default is None
The .dwp file (for fission builds) or null if —fission=no.
dwp_file
None.
stripped_file
None.