How can I hook into Visual Studio's debugging infrastructure? -



How can I hook into Visual Studio's debugging infrastructure? -

on build side, have assembly extends msbuild tasks back upwards compilation , linking external tools (gcc, et al., happens). press f7 , msbuild tasks invoked.

now want same thing debugging. ultimately, when press f5, want gcc (local) run , connect gdbserver (on computer) using properties set debugging (the ip or name of remote, etc.)

wingdb , visualgdb (or it) know possible have limitations and/or eccentricities create them hard me utilize replacement existing build support. , using them debugging awkward, (extra, redundant properties set, etc.).

so, how can invoke programme of selection when press f5? found fairly old article talks setting external programme debugger can't seem create work in vs2010. in vs2010 find configuration properties -> debugging -> debugger launch list doesn't seem extensible. there plugin architecture add together list?

update: vspackage may answer. msdn says svsdebuglaunch "allows vspackage back upwards starting debugger."

visual-studio-2010 debugging plugins

Comments

Popular posts from this blog

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -