53
Views
8
Comments
Solved
How to ensure it enter the debug mode?
Application Type
Reactive

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



2024-05-08 06-29-37
Prince Aadil Khan Panwar
Solution

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

2025-01-09 14-56-57
IQ78

Hi Prince,

i have already done it, but still bypass the breakpoint.

regards

2023-11-20 06-53-17
Neha Rathore

Hi,

If you are making any changes while debugging you need to start the debugger again.

Thanks

2025-01-09 14-56-57
IQ78

already restart the debugger and open new browser, still no effect.

thanks

2023-11-20 06-53-17
Neha Rathore

in the consumer module are changing the entry module?

2025-01-09 14-56-57
IQ78

already, does not work either.

I close the consumer module and then reopen it and it works.

-thanks and regards-

2023-11-20 06-53-17
Neha Rathore

It’s quite strange.. maybe dependencies are not getting refreshed. 

2025-01-09 14-56-57
IQ78

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.

regards

2024-05-08 06-29-37
Prince Aadil Khan Panwar
Solution

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

2025-01-09 14-56-57
IQ78

Hi Prince,

i have already done it, but still bypass the breakpoint.

regards

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.