InterPSS-Project / ipss-plugin

InterPSS plugin projects
8 stars 11 forks source link

Debug error with ipss.test.plugin.core #30

Closed thuang closed 4 years ago

thuang commented 4 years ago

I am debugging an issue with the single-phase AC motor dynamic model. I noticed some wired thing. The code was linked to ieee.odm_pss.jar and ipss.core.jar, instead of the source codes, although there are no such libraries in the build path. I duplicated the issue when put a break in line#240 "if (dstabAlgo.initialization()) {" for the following test case and run it in debug mode. https://github.com/InterPSS-Project/ipss-plugin/blob/master/ipss.test.plugin.core/src/org/interpss/core/dstab/DStab_IEEE9Bus_Test.java

The screenshot below shows the issue. Due to this issue, I cannot properly debug my code.

Testing_lib_issue_ipss_test plugin core

@jinjingfarm @interpss This is the first time I confronted this issue and don't know how to address. Could you help take a look?