Hi there,
I am wondering,
1. i set a breakpoint from producer module
2. then run the consumer module
3. Initially it stops at the breakpoint as expected
4. then i change the producer module
5. refresh dependency in the consumer module
6. now it pass the breakpoint...
I just close the visual studio and it works again.
What are the correct steps?
regards
Hi @ibox
whenever you are debugging the code and make changes in the code you need publish it. and if you making changes in other mode then you need to refresh the dependency and publish it back in consumer module while dubugging or start debugging again after publish the code.
for troubleshoot try to follow this article
https://success.outsystems.com/documentation/11/developing_an_application/troubleshooting_applications/debugging_applications
Hope this will help
Regards,
Prince
Hi Prince,
i have already done it, but still bypass the breakpoint.
Hi,
If you are making any changes while debugging you need to start the debugger again.Thanks
already restart the debugger and open new browser, still no effect.
thanks
in the consumer module are changing the entry module?
already, does not work either.
I close the consumer module and then reopen it and it works.
-thanks and regards-
It’s quite strange.. maybe dependencies are not getting refreshed.
Yes, debugging mode is so strange, sometimes some values, like Count is not evaluated, and i think it is for the sake of speed/performance - it is lazy binding.