How likely is it we will see this in the not too distant future?
Would be amazing to be able to add breakpoints / pause the mainloop / and monitor values directly in the code editor.
Are there any fundamental reasons this wouldn’t work?
How likely is it we will see this in the not too distant future?
Would be amazing to be able to add breakpoints / pause the mainloop / and monitor values directly in the code editor.
Are there any fundamental reasons this wouldn’t work?
i soo second this!
though it would be an awsome feature it is very unlikely that we’ll ever implement it. the code editor would need to spawn as a seperate process attaching itself as a debugger to the vvvv process. after that one would need to figure out the .NET Debugging API. look into open source projects like mono or sharp develop to get a glimpse of what to expect.
see my answers https://discourse.vvvv.org/t/10098 and https://discourse.vvvv.org/t/10098 how to debug a dynamic plugin with visual studio or sharp develop.
Awww shame. Thanks though