Debugging in VS
Hi,
I've been using VS2012 to debug my plugins by attaching to Jiwa.exe and it works perfectly.
However, it seems not working for some forms, so far I found 2.
- JiwaDebtorStatementsUI.MainForm
- JiwaCreditorChqPayUI.CreditorChqPay
It won't trigger my breakpoint at "SetupBeforeHandlers" nor "Setup" in FormPlugin class. However, as soon as I add JiwaDebtorsUI.frmDebtor to "Forms" in plugin maintenance, it then hits the breakpoint.
I also tried with surrogate project to launch Jiwa and it behaves the same way.
I've been using VS2012 to debug my plugins by attaching to Jiwa.exe and it works perfectly.
However, it seems not working for some forms, so far I found 2.
- JiwaDebtorStatementsUI.MainForm
- JiwaCreditorChqPayUI.CreditorChqPay
It won't trigger my breakpoint at "SetupBeforeHandlers" nor "Setup" in FormPlugin class. However, as soon as I add JiwaDebtorsUI.frmDebtor to "Forms" in plugin maintenance, it then hits the breakpoint.
I also tried with surrogate project to launch Jiwa and it behaves the same way.