Idea debug时报错:Command line is too long
问题:git pull下的项目,debug时,报错如下图
解决方法
在项目/.idea/workspace.xml文件中添加一行代码如下
<component name="PropertiesComponent">
...
<property name="dynamic.classpath" value="true" />
</component>
在项目/.idea/workspace.xml文件中添加一行代码如下
<component name="PropertiesComponent">
...
<property name="dynamic.classpath" value="true" />
</component>