~danielturcanu/zorba/link1_fix

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/debugger/dmh/break_response.xq

  • Committer: Tarmac
  • Author(s): Gabriel Petrovay, Gabriel Petrovay, gabriel.petrovay at 28msec
  • Date: 2011-12-20 18:30:39 UTC
  • mfrom: (10516.3.77 debugger)
  • Revision ID: tarmac-20111220183039-jwgkn0f7so90kf3u
Mature zorba debugger with graceful degradation if libedit not found. Approved: David Graf, Gabriel Petrovay

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import module namespace dmh = "http://www.zorba-xquery.com/modules/debugger/dbgp-message-handler";
 
2
 
 
3
let $e := <response command="status" status="break" reason="ok" transaction_id="5">dmh:process#1 at file.xq:10</response>
 
4
return
 
5
  dmh:process($e)