Skip to main content
Glama
conditional-test.js267 B
// Test script for conditional breakpoint testing function testConditionalBreakpoint() { for (let i = 0; i < 10; i++) { console.log(`Iteration ${i}`); // Line 3 - breakpoint here with condition i === 5 } console.log('Done'); } testConditionalBreakpoint();

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Digital-Defiance/mcp-debugger-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server