You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constmessage=`You have a breakpoint outside of your workspace but debug settings are set to 'my code'. Would you like to change settings? You can also change this from the status bar while debugging.`;
constdebugJustMyCodeAction="Debug just my code";
constdebugEverything="Debug my code + packages + SDK";
But it only ever fires if you're set to "My Code". It doesn't detect if you're set to "My Code + SDK" and setting breakpoints in packages (eg. Flutter), or vice-versa. It would be good to handle these.
The text was updated successfully, but these errors were encountered:
We have a prompt here:
Dart-Code/src/extension/commands/debug.ts
Lines 401 to 405 in 8049f0a
But it only ever fires if you're set to "My Code". It doesn't detect if you're set to "My Code + SDK" and setting breakpoints in packages (eg. Flutter), or vice-versa. It would be good to handle these.
The text was updated successfully, but these errors were encountered: