c++ - How Do I Debug A Notepad++ DLL Plugin? -


i trying write plugin notepad++ using visual studio community 2013

the dll builds fine solution , if copy notepad++/plugins directory can test out functionality. however, want debug , can't launch debugger. tried following paint.net guide still error

unable start program .....dll 

on project properties under configuration properties - debugging have following set:

command = c:\tools\notepad++\notepad++.exe working directory = c:\tools\notepad++ 

configuration properties - build events - post-build event have:

command line = copy "$(targetpath)" "c:\tools\notepad++\plugins" 

nb: path outside program files avoid uac issues when copying.

what other options causing issue?

make sure have debug build of dll built symbols enabled, , use debug -> attach process menu command attach notepad++ process once it's running.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -