Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Chavan77
Follow
New posts
New posts and comments
Total activity
17
Last activity
March 05, 2019 05:58
Member since
February 07, 2019 08:31
Following
1 user
Followed by
0 users
Votes
2
Subscriptions
5
Activity overview
Posts (5)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
February 22, 2019 08:08
I moved this to a separate thread. https://intellij-support.jetbrains.com/hc/en-us/community/posts/360003169920-Debugging-groovy-closure-using-ASTTransformations
Community
IntelliJ IDEA Users
Telling the intellij debugger to re-position break-point information
0 votes
Created
February 22, 2019 08:00
Do I need to extend the GroovyPositionManager to help it understand that the breakpoint is really pointing to a different class file? Can you point me to the code that does this today for closures ...
Community
IntelliJ IDEA Users
Telling the intellij debugger to re-position break-point information
0 votes
Created
February 22, 2019 07:54
Daniil, You are absolutely right. Thank you for the response. I figured out what is happening but am at a loss for how to fix it. I am using a groovy AST to wrap all code in my function. This happe...
Community
IntelliJ IDEA Users
Telling the intellij debugger to re-position break-point information
0 votes
Created
February 20, 2019 23:48
Hello Daniil, Thank you for your response. Let me rephrase my example to see what I can achieve with the transformation support plugin @AddExtraParamdef func1() { someRandomFunction()}def func2() {...
Community
IntelliJ IDEA Open API and Plugin Development
Groovy script AST transforms
0 votes
Created
February 07, 2019 15:42
Thank you for your prompt response. I am new to writing plugins so please bear with me. From your answer and some googling, I see that ASTTransformationSupport must be implemented for every ASTTran...
Community
IntelliJ IDEA Open API and Plugin Development
Groovy script AST transforms
0 votes