Visual Studio Shell Redistributables (Isolated Mode)

I want to use an isolated wrapper as the front-end for a custom debugger.

If I understand correctly, the Visual Studio Debug Package implements the "UI components" of the Visual Studio Debugger system, that is, among other things, all the debugger windows (stack, clock, breakpoints, etc.).

Is the VS debug package part of a dedicated mode? In other words, can existing Visual Studio debug related windows be reused in a sandboxed shell application?

SIS

+1


source to share


1 answer


Some of the windows may be disabled in the default configuration options in the template, but debug related windows are available.



+2


source







All Articles