debug does not work any more
See original GitHub issueHi,
After the update to v4.2.1 with angular 11logger.debug('');
not working.
But other methods (log, error, info etc.) works well.
Env details: “ngx-logger”: “^4.2.1”, “@angular/core”: “~11.2.12”, “typescript”: “^4.0.3”,
Thank you
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
visual studio - Why the debugger doesn't work - Stack Overflow
15 Answers 15 · +1: Logic Errors are the most common reason for "debugger is not working". – S. · I've rebuilt my...
Read more >Troubleshoot Breakpoints in the Visual Studio Debugger
If a source file has changed and the source no longer matches the code you're debugging, the debugger won't set breakpoints in the...
Read more >Visual Studio Community 2017 Debugger not working correctly
I went into 'Build', 'Configuration Manager', and Changed the Project's Configuration from 'Release' to 'Debug', and now it seems to be working like...
Read more >What to do if debugger doesn't work as expected?
What to do if debugger doesn't work as expected? Follow · go to Help | Diagnostic Tools | Debug Log Settings · add...
Read more >Debugger Not Working - A Possible Solution | OutSystems
A Possible Cause. During a debug session, the IDE contacts the environment where your app is deployed using HTTPS or HTTP if the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes I’ve done it, thx Referencing #244
Updated the change log and created the PR. Should you require to update the README as well?