Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
I would like to use a debugger to find some logic errors in my code. Is it possible to attach the visual studio debugger and set breakpoints in my plugins?
I would like to use a debugger to find some logic errors in my code. Is it possible to attach the visual studio debugger and set breakpoints in my plugins?
I was able to attach the debugger to a clean version of rb and debug kupo with vs2019. Its possible that if you have a 3rd party plugin or routine that they crash on purpose.