Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Jacek Jaroczynski
Follow
New posts
New posts and comments
Total activity
43
Last activity
June 01, 2021 12:16
Member since
January 30, 2008 10:01
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
14
Activity overview
Posts (12)
Comments (17)
Sort by votes
Recent activity
Votes
Created
June 01, 2021 12:16
Alright. I got it working after your tips. Few hints that might help others: --inspect-brk does not work in my case. Starting Node halts and nothing happens. --inspect works well moving the src/...
Community
WebStorm
NodeJS debugging not working in IntelliJ 2020.1
0 votes
Created
June 01, 2021 10:18
There are many other things going around and starting it through yarn is simpler: nodemon ./server/server.js -V -e 'js,jsx' -i './tests/' -i './app' --exec 'node --inspect --require @babel/register...
Community
WebStorm
NodeJS debugging not working in IntelliJ 2020.1
0 votes
Created
June 01, 2021 07:18
Hi Elena, I use Node v14.4.0. As I mentioned, the connection to the Node works well. I can see the following: Debugger listening on ws://127.0.0.1:9229/4f8e91eb-e0b4-45be-9edc-87f72245fd2d5:15:20 ...
Community
WebStorm
NodeJS debugging not working in IntelliJ 2020.1
0 votes
Created
May 31, 2021 15:22
I also cannot make the Node debugger work. It correctly connects to the Node process but does not stop on any breakpoint. Disabling all unused plugins does not solve the problem, unfortunately :(
Community
WebStorm
NodeJS debugging not working in IntelliJ 2020.1
0 votes
Created
June 08, 2008 17:50
I have created a bug in JIRA at https://studio.atlassian.com/browse/PL-402. Please watch it and contribute.
Community
IntelliJ IDEA Plugin Users
[ANN] Atlassian IDEA Plugin 1.4.0
0 votes
Created
January 30, 2008 13:32
Thanks. I suspected that.
Community
IntelliJ IDEA Open API and Plugin Development
IDEA start - event when main window becomes visible
0 votes
Created
March 31, 2008 09:05
You can add any JComponent to the status bar using following code:statusBar = WindowManager.getInstance().getStatusBar(project);statusBar.addCustomIndicationComponent(any JComponent);I don't know i...
Community
IntelliJ IDEA Open API and Plugin Development
How to add button/icon with action in status bar?
0 votes
Created
March 21, 2008 11:09
It explains everything. Thanks for hint guys.
Community
IntelliJ IDEA Open API and Plugin Development
Removing tabs in tool window (ContentManager.removeContent version)
0 votes
Created
March 19, 2008 11:13
Works fine. Storage object just needs a wrapper which stores inner Storage properties in its own structure and provides getter and setter to be compliant with Idea serialization mechanism.
Community
IntelliJ IDEA Open API and Plugin Development
Storing com.intellij.ui.table.TableView properties
0 votes
Created
March 27, 2008 16:29
I thought that ReferenceProvidersRegistry and PsiReferenceProvider were located in official OpenAPI and disappeared in IDEA 7 but I was wrong.After adding idea.jar to the project they are visible. ...
Community
IntelliJ IDEA Open API and Plugin Development
Code/Text completion in IDEA 7
0 votes
1
2
›
»