-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
debugging C# plugins on v6.9.2 not working #1964
Comments
I know it's not quite the same but I can at least confirm debugging C++ plugins work for VS2013 and VS2015 for v6.9.2 |
Also tried VS2015 with a C# plugin and it did not work for me. FYI I'm no debugging expert so I probably can't be of much more help ;) |
@dail8859 Well, debug -> attach to process -> notepad++.exe - should hit your breakpoints... ;) I'm also experiencing problems when launching notepad++ from within visual studio with "F5" |
@dail8859 please fix as fast as you did with the crashing plugins :-P |
Tried to look into this more but oddly enough it is working fine for me now.
|
@dail8859 which windows? are you executing as administrator? |
Win7, yes (at least I'm pretty sure) |
@kbilsted I'll try this today and give u feedback. |
I can debug just fine.. |
Put this in your commandMenuInit subroutine: Debugger.Launch(); It will launch the debugger every time you start your plugin. If you don't come this far, there's something else crashing the system before you get there, in which case, I suggest you build Npp yourself and start debugging that .. helped me in the past.. |
Im experiencing that I cannot in visual studio 2015 "debug -> attach to process" (notepad++.exe) anymore. My breakpoints are never hit so I cannot debug my plugins
Works fine on v6.9 + v6.9.1 - just downloaded and checked.
The text was updated successfully, but these errors were encountered: