PTVS
PTVS copied to clipboard
Configure the execution window to embed directly in the debug view instead of separate window
This issue has been moved from a ticket on Developer Community.
When debugging python programs, always automatically open a new window, it looks bad, can you add this function: when debugging Python programs, you can open a python execution window directly in the DEBUG view of the VS IDE window, do not open a separate Python execution window, just like in VSCode.
Original Comments
Feedback Bot on 12/30/2021, 01:13 AM:
(private comment, text removed)
The team looked into this awhile ago and VS did not provide support for an integrated terminal, although the debugger itself supports this through DAP spec.
We need to do an up to date investigation to see if VS added support to enable this.