Idea debug时报错:Command line is too long
问题:git pull下的项目,debug时,报错如下图
解决方法
在项目/.idea/workspace.xml文件中添加一行代码如下
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。<component name="PropertiesComponent">
...
<property name="dynamic.classpath" value="true" />
</component>

更多精彩