Skip to main content
Glama
nevse
by nevse

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SHARPDBG_LOG_LEVELNoLogging level. One of Trace, Debug, Information, Warning, Error, or Critical.Information
SHARPDBG_JUST_MY_CODENoRestrict debugging to your own code. Set to 'false' to disable Just My Code.true
SHARPDBG_MAX_SESSIONSNoMaximum number of debug sessions open at once, each debugging its own process.1
SHARPDBG_EVAL_TIMEOUT_MSNoTimeout in milliseconds for operations that run code in the debuggee (evaluate_expression, get_exception_info). Minimum 100.5000
SHARPDBG_VSDBG_LIBRARIESNoDirectory holding VsdbgRemoteCoreclrHost and VsdbgRemoteCoreclrTarget, needed for debugging .NET MAUI apps.
SHARPDBG_ENABLE_DIAGNOSTICSNoEnable detailed diagnostic logging.false
SHARPDBG_REMOTE_CORECLR_HOSTNoPath to the remote CoreCLR host library when separate from the target library.
SHARPDBG_BUILD_TIMEOUT_SECONDSNoTimeout in seconds for building a mobile app.900
SHARPDBG_REMOTE_CORECLR_TARGETNoPath to the remote CoreCLR target library when separate from the host library.
SHARPDBG_OPERATION_TIMEOUT_SECONDSNoTimeout in seconds for attaching, starting, pausing, and closing a session. Steps and reads are not bounded.30
SHARPDBG_ALLOW_OTHER_USER_PROCESSESNoAllow attaching to processes not owned by the current user.false
SHARPDBG_BREAKPOINT_BIND_TIMEOUT_MSNoTime in milliseconds to wait for a breakpoint to bind before reporting it unverified. Minimum 100.2000
SHARPDBG_MOBILE_START_TIMEOUT_SECONDSNoTimeout in seconds for starting a mobile app, including emulator boot, install, and launch.600

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources