I want to debug the .net extension for reactive in the free version, how do I do it?
Hi Yutthana,
Extensions are server side C# code, that can be reused as server actions in Reactive, Mobile or Traditional Web applications. There are no Reactive Extensions in OutSystems.
It's not difficult to do after you know how to :)
Please watch this OutSystems video on how to debug an OutSystems Extension:https://www.youtube.com/watch?v=B3mXzytlbQw
There is also this training to watch:https://www.outsystems.com/training/lesson/2014/debug-and-troubleshoot
Regards,
Daniel
I follow clip but can't find w3wp.exe process to attach
Make sure you have selected the correct Attach to:
I can't find in my computer
I am sorry, I failed to read you are running PE (cloud) enviroment of OutSystems.
The debugging of this process is only possible if you have access to the OutSystems Platform server.
In this case CH SHARMA is right, the best way to debug is to implement logging in your extension.
What I also did is sometimes create in the solution a console application, to test / debug the logic. As that one you can run on your local machine.
I will create console project to debug this problem.
Thanks Daniël Kuhlmann
Hi Yotthana,
to debug .net extension extension with service studio it is very difficult. but you can implement Log in your .net extension code and according to Log you can analyze what will be happened in .Net code.
Thanks
CV sharma
You can refer to this post on Forums, for debugging .net extension.
Pravi
Welll that post only shows the video that I already shared in my reply of this thread.
Hi,
Is there a plan to allow for .net remote debugging, at least in the development environment ?
Thanks,
Sam
Unfortunately debugging does not work
With latest Visual studio versions if somebody tried please guide here