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.

Sporadical breaking behavior

See original GitHub issue

After the last VSC update the debugger started acting up. Particularly when I set a breakpoint prior launch, then launch - it doesn’t break right away. I need a random amount of page reloads to trigger the break. I’ve noticed no regularity: sometimes I need 2-3 reloads, sometimes 10-15.

Only errors in the log are

  ERROR|003.107|TabActorProxy: No such actor "server1.conn0.child8/tab1"
  ERROR|003.108|FirefoxDebugSession: Failed attaching to tab: No such actor

and they only occur 1 time per launch and never on reload and IIRC they’ve been occurring before the issue so I doubt they are the direct culprit.

VSC team are currently fiddling with node debuggers. Maybe they did something to the interface?

BTW, regarding the linked issue. Do you have plans for excluding/skipping/hiding files/folders like the Chrome Debug’s experimentalLibraryCode option in your extension?

Thanks.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
hbenlcommented, Jan 3, 2017

@Spown The latest version now supports skipFiles. It’s only slightly different from the implementation in the Node and Chrome debuggers: it only supports glob patterns, so instead of "file.js" you’d have to write "**/file.js" and instead of "folder" you’d write "**/folder/**".

0reactions
Spowncommented, Jan 3, 2017

Nice! Thank you very much, I’ll test it as soon as possible!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Sporadic Definition & Meaning - Dictionary.com
(of similar things or occurrences) appearing or happening at irregular intervals in time; occasional: sporadic renewals of enthusiasm.
Read more >
Sporadic Definition & Meaning - Merriam-Webster
rare suggests extreme scarcity or infrequency and often implies consequent high value. sporadic implies occurrence in scattered instances or isolated outbursts.
Read more >
Challenging behaviour – school-aged children
Keep time-out as a consequence for more challenging behaviours (e.g. deliberately hurting others, dangerous behaviours or deliberately breaking things) rather ...
Read more >
Sporadic Remorse Elevates a Criminal's Self-Concept | Psychology ...
A hallmark of criminal behavior is the failure to be remorseful, ... manner deter this offender from subsequently breaking into other homes and...
Read more >
Setting unknown property: craft\behaviors ... - GitHub
Description One of my production sites is sporadically showing an internal ... craft\behaviors\CustomFieldBehavior:: - Sporadically Breaks ...
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