We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feea099 commit 292eb24Copy full SHA for 292eb24
dwds/lib/src/debugging/debugger.dart
@@ -744,10 +744,8 @@ class _Breakpoints extends Domain {
744
int line,
745
int column,
746
) async {
747
- print('creating breakpoint at $scriptId:$line:$column)');
748
final dartScript = inspector.scriptWithId(scriptId);
749
final dartScriptUri = dartScript?.uri;
750
- print('dart script uri is $dartScriptUri');
751
Location? location;
752
if (dartScriptUri != null) {
753
final dartUri = DartUri(dartScriptUri, root);
0 commit comments