question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot use @debug before @use

See original GitHub issue

This is minor, but it seems like you should be able use use @debug just about anywhere you want. You cannot place it before an @use, currently.

Using NPM package sass, 1.32.8 compiled with dart2js 2.10.5.

main.scss

@debug 'test';
@use "blah';

Error: @use rules must be written before any other rules.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
JoshMcCulloughcommented, Mar 15, 2021

Sure, I’ll give it a shot as soon as I can. Thanks!

0reactions
stofcommented, Mar 17, 2021

@jathak if @debug gets allowed, should @warn also be supported ? their behavior is similar, except that they don’t use the same method in the Logger

Read more comments on GitHub >

github_iconTop Results From Across the Web

Debugging doesn't start [closed] - Stack Overflow
First, in your project properties and in the Debug tab, make sure that your Start Action ...
Read more >
Error: Unable to Start Debugging on the Web Server
When you try to debug an ASP.NET application running on a Web server, you may get this error message: Unable to start debugging...
Read more >
Without any changes to source files, "Edits were made which ...
See https://docs.microsoft.com/en-us/visualstudio/debugger/using-dump-files?view=vs-2019# ... Execution cannot continue until the compile errors are fixed.
Read more >
Troubleshooting common PHP debugging issues | PhpStorm ...
Debugger cannot connect · In the Xdebug configuration, make sure xdebug. · When using Zend Debugger, make sure the generated PhpStorm bookmarklets or...
Read more >
Chapter 11 Debugging R code
Use browser() to open an interactive debugger before the error ... multiple places to narrow down the error, and you cannot further investigate...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found