wikis Search Results · repo:microsoft/debugpy language:Cython
Filter by
12 results
inmicrosoft/debugpy (press backspace or delete to remove)Overview API Description breakpoint() Break on the following line, if a client is connected; no-op otherwise. configure() Set debug properties that cannot be set in debug configuration. connect() Connect ...
Overview This is the recommended way to use the debugger. One advantage of using the CLI is that you don't have to change your scripts to have debugger imports. Usage Reference Command Line debugpy ...
Notes for DAP Clients DAP Implementation details Clients should use "Late case", (see here) when communicating with debugpy. Extension to DAP We added some extension to DAP to support Multi-process ...
Launch/Attach Settings Overview These are the settings that you would use in the Launch/Attach Request in any DAP client. Code Execution Settings Property Type Configuration Description module string Launch ...
Docker containers may not have the default setup required for debugging (especially attaching). If you're having trouble attaching, try following the steps below: Ensure GDB is available Your Dockerfile ...
Overview These instructions provide a secure way to use the debugger on a remote machine without exposing debugger ports to unintended hosts. Connecting to remote debug server over SSH In this example ...
This page seeks to describe WebAssembly and how Debugpy might be modified to support debugging CPython running with WebAssembly. It's in the wiki for now as it made it convenient to have a document ...
Logging using debug configuration In a "launch" configuration only, you can enable debugger logs by setting "logToFile": true in the debug configuration in the launch.json for your ...
If we see issues come up often that are just usage issues, we will add them here. Using debugby in Visual Studio Code A handled exception is causing the debugger to break execution, or, an exception is ...
Welcome to the debugpy wiki!