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.

Your issue may already be reported! Please search on the issues and the document before creating one.

Please check

  • I already support this project.
  • If you are submitting a feature request, please do consider donating us on Open Collective Or by AliPay/WeChatPay.
  • This issue/feature request is not reported before.

Your programming languages

TypeScript

Expected Behavior

No exception

Current Behavior

Exception

Code snippet for reproduce (for bugs)

I will update the issue if I’ll find out the specific code that causes it. Unfortunately, I have opened a few tens of big files and I’m not sure which of them cause the exception 😦

Your Environment

  • Plugin version: 6.21
  • IDE & Operating System version, comment your env as below(go to “About IntelliJ IDEA” -> click the “copy” icon):
  • NOTE: If you are going to report a bug but WITHOUT your env information, your issue might be closed directly.
WebStorm 2022.1
Build #WS-221.5080.193, built on April 10, 2022
Licensed to Oleksii Bobyr
Subscription is active until November 2, 2022.
Runtime version: 11.0.14.1+1-b2043.25 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 12.3.1
GC: G1 Young Generation, G1 Old Generation
Memory: 4128M
Cores: 10
Registry:
    debugger.watches.in.variables=false
    ide.mac.file.chooser.native=false
    ide.mac.native.save.dialog=false
    ide.mac.inplaceDialogMnemonicsFix=true
    js.debugger.webconsole=false

Non-Bundled Plugins:
    wallaby.js (1.0.238)
    socrates.tabshifter (0.30)
    quokka.js (1.0.333)
    org.toml.lang (221.5080.126)
    org.nik.presentation-assistant (1.0.9)
    me.serce.solidity (2.3.8)
    com.mnw.tabmover (1.4.1)
    com.intellij.ideolog (203.0.28.1)
    com.intellij.microservices.ui (221.5080.126)
    com.fwdekker.randomness (2.7.4)
    au.com.glassechidna.luanalysis (1.2.2-IDEA203)
    org.asciidoctor.intellij.asciidoc (0.37.15)
    String Manipulation (9.4.0)
    izhangzhihao.rainbow.brackets (6.21)
    MetricsReloaded (1.12)
    ru.adelf.idea.dotenv (2022.1)
    lermitage.intellij.extra.icons (2022.1.2)

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Alexseycommented, Apr 25, 2022

Thank you for the quick reply! I’m afraid I don’t have enough info to submit a bug report to JetBrains - I didn’t collect the IDE logs. If I’ll see it again I’ll collect more info and report it there

0reactions
izhangzhihaocommented, Apr 25, 2022

Thanks for your report! But actually, it’s not a bug of this plugin, you can report it to JetBrains. Thanks again for your support~

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Throw Exceptions (The Java™ Tutorials > Essential ...
Most programs throw and catch objects that derive from the Exception class. An Exception indicates that a problem occurred, but it is not...
Read more >
How to Throw Exceptions in Java - Rollbar
Throwing an exception is as simple as using the "throw" statement. You then specify the Exception object you wish to throw. Every Exception...
Read more >
Java throw exception - javatpoint
The Java throw keyword is used to throw an exception explicitly. We specify the exception object which is to be thrown. The Exception...
Read more >
throw and throws in Java - GeeksforGeeks
The throw keyword in Java is used to explicitly throw an exception from a method or any block of code. We can throw...
Read more >
Throwing and Catching Exceptions - Wikibooks
Such exceptional code that results in erroneous interpretations at program runtime usually results in errors that are called exceptions in Java.
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