How to Debug Magento Integration Plugin
Hi,
I want to debug an export request & found out that inserting break points on dll file code isn't possible,
but like Mike said here in his 2nd reply https://forums.jiwa.com.au/viewtopic.php?f=23&t=555
can you explain how to do that ?
Thanks
I want to debug an export request & found out that inserting break points on dll file code isn't possible,
but like Mike said here in his 2nd reply https://forums.jiwa.com.au/viewtopic.php?f=23&t=555
.if you're a developer I'd recommend the following from there:
- Setup an environment with both Jiwa 7.00.149.00 installed and Visual Studio (2015 recommended, even the express / community edition is fine)
- Add a System.Diagnostics.Debugger.Break() in the plugin code in the part where it dequeues inventory items from Jiwa to export to the store
- Run the export of products and the breakpoint will be hit
- Step through the code until the error occurs - report back here the part of the plugin which caused the error.
can you explain how to do that ?
Thanks