Hi, devvvvs.
I think about 2 years ago it’s was possible to debug dynamic plugins via SharpDevelop using “Attach to process” function. Currently, when i doing this, i’m able to pause/resume process, but breakpoints not working. Is it fixable?
Hi, devvvvs.
I think about 2 years ago it’s was possible to debug dynamic plugins via SharpDevelop using “Attach to process” function. Currently, when i doing this, i’m able to pause/resume process, but breakpoints not working. Is it fixable?
if i remember correctly it was only possible for “classic” non-dynamic plugins.
No, i think it’s currently possible to attach VS as debugger. Can’t understand, why SharpDevelop is not working.
open project explorer (ctrl+j) and set release to debug, after that attach.
Thx, Elias. Somehow missed it.