I am crating a custom code generator with the source_gen package.
I want to add break points in the generator class and debug my code when I running dart run build_runner build command.
Is there any way for debugging custom build runner generators in dart and android studio?
NOTE: There is two similar questions (this and this) that answers is about to use build.dart file from .dart_tool/build/entrypoint but the build.dart script not running anything in new flutter versions (flutter 3.35.4 and dart 3.9.2)