-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
dart-lang/webdev
#2441Labels
area-pkgUsed for miscellaneous pkg/ packages not associated with specific area- teams.Used for miscellaneous pkg/ packages not associated with specific area- teams.dds-dapDDS issues related to the Debug Adapter Protocol (DAP) implementationDDS issues related to the Debug Adapter Protocol (DAP) implementationpkg-ddsFor issues related to the Dart Development ServiceFor issues related to the Dart Development Service
Description
Unlike VM apps, web apps can both be hot-restarted and restarted via a page-refresh. When they are restarted with a page refresh, the readyToResume
request is never sent after the breakpoints are set, and so if --pause-isolates-on-start
is set, the app never gets resumed.
FYI @DanTup - I have a fix prepared that I will send out shortly.
Metadata
Metadata
Assignees
Labels
area-pkgUsed for miscellaneous pkg/ packages not associated with specific area- teams.Used for miscellaneous pkg/ packages not associated with specific area- teams.dds-dapDDS issues related to the Debug Adapter Protocol (DAP) implementationDDS issues related to the Debug Adapter Protocol (DAP) implementationpkg-ddsFor issues related to the Dart Development ServiceFor issues related to the Dart Development Service