George Bakh

- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
-
George Bakh created a post, AnsweredHow to update a value in debugger
Hello. I've implementation of debugging via GDB/LLDB in IDEA. In my XStackFrame.computeChildren() implementation I adding variables available at current execution point. That works but to get some ... -
-
-
-
-
George Bakh created a post, Check for debug build
Hello, In my custom language plugin compilation is implemented as recommended - jps-based builder. When building before run I want to call a compiler with different settings for run and run with ... -
-
George Bakh created a post, Stub index builder for compiled files
Hello, I wrote a custom language plugin with ability to decompile binary files. It works via filetype.decompiler extension point and I can open a compiled file and see the source code. I'd like to ... -
George Bakh created a post, PsiLiteral class not found in CLion
Hello, Some of PSI classes in my language plugin implements PsiLiteral interface. In IDEA and some other products all is ok, but in CLion or PHPStorm the interface seems to be absent. When openin...