I am curious why the uexperimental mcp serve does not expose a breakpoint tool?
That is a very severe limitation to me, making the tool pretty useless. My application creates a result that is checked against an expected result at a later point in time on a different thread, without any shared memory that could be tracked with last (i.e., the result is written to a file and loaded later).
Every time I attempted to use Claude or Gemini, they gave up after telling me that UDB can not do forward debugging. After checking the instructions.txt and looking at the exposed tools, why is that not allowed?
I am curious why the
uexperimental mcp servedoes not expose abreakpointtool?That is a very severe limitation to me, making the tool pretty useless. My application creates a result that is checked against an expected result at a later point in time on a different thread, without any shared memory that could be tracked with
last(i.e., the result is written to a file and loaded later).Every time I attempted to use Claude or Gemini, they gave up after telling me that UDB can not do forward debugging. After checking the instructions.txt and looking at the exposed tools, why is that not allowed?