Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Evgeny Terekhin
Total activity
3
Last activity
February 03, 2025 17:44
Member since
February 03, 2025 17:35
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Articles (0)
Posts (0)
Comments (2)
Evgeny Terekhin
commented,
February 03, 2025 17:44
Unfortunately, there is no nice way to disable string truncating. I can only suggest you setting DotNetDebuggerSettings.instance.ellipsizeStrings to false during your evaluations
Community
IntelliJ IDEA Open API and Plugin Development
How to evaluate expression and get value in plugin (.NET)
0 votes
Evgeny Terekhin
commented,
February 03, 2025 17:35
kvasnevskyivlad, Hey!For evaluation you may need to use ```com.intellij.xdebugger.evaluation.XDebuggerEvaluator```, that is accessible via```com.intellij.xdebugger.XDebugProcess#getEvaluator```. Yo...
Community
IntelliJ IDEA Open API and Plugin Development
How to evaluate expression and get value in plugin (.NET)
0 votes