主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Evgeny Terekhin
活动总数
3
最后的活动
2025年02月03日 17:44
成员加入日期
2025年02月03日 17:35
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
文章(0)
帖子(0)
评论(2)
Evgeny Terekhin
进行了评论,
2025年02月03日 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
社区
IntelliJ IDEA Open API and Plugin Development
How to evaluate expression and get value in plugin (.NET)
0 票
Evgeny Terekhin
进行了评论,
2025年02月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to evaluate expression and get value in plugin (.NET)
0 票