1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791
|
// <-- INTERACTIVE TEST -->
// Copyright INRIA
mode(-1)
//
// (setbpt delbpt).
deff('[]=lig()',[
'shlig(2),';
'if 1>2 then,';
' shlig(4),';
',';
' shlig(6) ,'; // break-point
',';
'end,shlig(8) ,'; // break-point
'shlig(9),';
'for k=1:3,';
' k;shlig(11) ,'; // break-point
'end,shlig(12) ,'; // break-point
',';
'for l=1:10,';
' if l==5 then break,end,';
' l,';
'end,shlig(17) ,'; // break-point
'shlig(18),';
'select 2,';
'case 1 then,';
',';
'case 2 then,';
' shlig(23) ,'; // break-point
'case 3 then,';
'1,';
'else,';
'2,';
'end,shlig(28) ,'; // break-point
'shlig(29),';
'select 0,';
'case 1 then,';
'1,';
'case 2 then,';
'2,';
'case 3 then,';
'3,';
'else,';
' shlig(38) ,'; // break-point
'end,shlig(39),'; // break-point
'shlig(40) ,'; // break-point
'i=0,';
'while i<3,';
'i=i+1,shlig(43) ,'; // break-point
'end,shlig(44) ,'; //break-point
'i=0;,';
'while i<10,';
'i=i+1,if i==2 then break,end,shlig(47),';
'end,shlig(48) ,' //break-point
],'n')
deff('[]=shlig(n)','write(%io(2),''ligne ''+string(n))')
//definition des points d'arrets
setbpt('lig',6)
setbpt('lig',8)
setbpt('lig',11)
setbpt('lig',12)
setbpt('lig',17)
setbpt('lig',23)
setbpt('lig',28)
setbpt('lig',38)
setbpt('lig',39)
setbpt('lig',40)
setbpt('lig',43)
setbpt('lig',44)
setbpt('lig',48)
write(%io(2),[
'user should check the line number'])
user should check the line number
write(%io(2),[' ';'MACRO NOT COMPILED';'-----------------';' '])
MACRO NOT COMPILED
-----------------
lig()
ligne 2
ligne 8
Stop after row 8 in function lig :
resume
ligne 9
ligne 11
Stop after row 11 in function lig :
resume
ligne 11
Stop after row 11 in function lig :
resume
ligne 11
Stop after row 11 in function lig :
resume
ligne 12
Stop after row 12 in function lig :
resume
ligne 17
Stop after row 17 in function lig :
resume
ligne 18
ligne 23
Stop after row 23 in function lig :
resume
ligne 28
Stop after row 28 in function lig :
resume
ligne 29
ligne 38
Stop after row 38 in function lig :
resume
ligne 39
Stop after row 39 in function lig :
resume
ligne 40
Stop after row 40 in function lig :
resume
ligne 43
Stop after row 43 in function lig :
resume
ligne 43
Stop after row 43 in function lig :
resume
ligne 43
Stop after row 43 in function lig :
resume
ligne 44
Stop after row 44 in function lig :
resume
ligne 47
ligne 48
Stop after row 48 in function lig :
resume
comp(lig)
Warning :redefining function: lig
write(%io(2),[' ';'COMPILED MACRO';'-----------------';' '])
COMPILED MACRO
-----------------
lig()
ligne 2
ligne 8
Stop after row 8 in function lig :
resume
ligne 9
ligne 11
Stop after row 11 in function lig :
resume
ligne 11
Stop after row 11 in function lig :
resume
ligne 11
Stop after row 11 in function lig :
resume
ligne 12
Stop after row 12 in function lig :
resume
ligne 17
Stop after row 17 in function lig :
resume
ligne 18
ligne 23
Stop after row 23 in function lig :
resume
ligne 28
Stop after row 28 in function lig :
resume
ligne 29
ligne 38
Stop after row 38 in function lig :
resume
ligne 39
Stop after row 39 in function lig :
resume
ligne 40
Stop after row 40 in function lig :
resume
ligne 43
Stop after row 43 in function lig :
resume
ligne 43
Stop after row 43 in function lig :
resume
ligne 43
Stop after row 43 in function lig :
resume
ligne 44
Stop after row 44 in function lig :
resume
ligne 47
ligne 48
Stop after row 48 in function lig :
resume
delbpt('lig')
clear lig shlig
// Elementary setbpt tests with scalar line number argument
// Order of the commands is important to guarantee
// the full coverage of the tests
delbpt(),dispbpt() // should display no output
setbpt("foo1",0) // should spit error 9997
!--error 9997
Breakpoint line number must be a positive integer
setbpt("foo1",-3) // should spit error 9997
!--error 9997
Breakpoint line number must be a positive integer
setbpt("foo1",3.2) // should spit error 9997
!--error 9997
Breakpoint line number must be a positive integer
setbpt("foo1"),dispbpt() // set at line 1 (default)
breakpoints of function :foo1
1
setbpt("foo1",5),dispbpt() // add another bpt to a macro that already has bpts, and that is the last one
breakpoints of function :foo1
1
5
setbpt("foo2",5),setbpt("foo2",8),dispbpt() // add bpts to a new macro (will always be placed at the end)
breakpoints of function :foo1
1
5
breakpoints of function :foo2
5
8
setbpt("foo1",9),dispbpt() // add another bpt to a macro that already has bpts, and that is NOT the last one
breakpoints of function :foo1
9
1
5
breakpoints of function :foo2
5
8
setbpt("foo1",5),dispbpt() // check duplicates removal - line 5 should appear only once in foo1
breakpoints of function :foo1
9
1
5
breakpoints of function :foo2
5
8
setbpt("foo2",5),dispbpt() // check duplicates removal - line 5 should appear only once in foo2
breakpoints of function :foo1
9
1
5
breakpoints of function :foo2
5
8
// More complicated setbpt tests with vector line number argument
// Order of the commands is important to guarantee
// the full coverage of the tests
delbpt(),dispbpt() // should display no output
setbpt("foo1",[1,0,5]) // should spit error 9997
!--error 9997
Breakpoint line number must be a positive integer
setbpt("foo1",[-3,2,7]) // should spit error 9997
!--error 9997
Breakpoint line number must be a positive integer
setbpt("foo1",[1,3.2]) // should spit error 9997
!--error 9997
Breakpoint line number must be a positive integer
setbpt("foo1",[8,9]),dispbpt() // add 2 bpts at once to a new macro
breakpoints of function :foo1
8
9
setbpt("foo1",5),setbpt("foo1",[2,3]),dispbpt() // add further bpts to a macro that already has bpts, and that is the last one
breakpoints of function :foo1
8
9
5
2
3
setbpt("foo2",[5,8]),setbpt("foo2",7),dispbpt() // add bpts to a new macro (will always be placed at the end)
breakpoints of function :foo1
8
9
5
2
3
breakpoints of function :foo2
5
8
7
setbpt("foo1",[10,15,20]),dispbpt() // add bpts to a macro that already has bpts, and that is NOT the last one
breakpoints of function :foo1
10
15
20
8
9
5
2
3
breakpoints of function :foo2
5
8
7
setbpt("foo1",[50,50,50,60,50,80,60]),dispbpt() // check duplicates removal in vector input, not the last macro - lines 50 and 60 should appear only once in foo1
breakpoints of function :foo1
50
60
80
10
15
20
8
9
5
2
3
breakpoints of function :foo2
5
8
7
setbpt("foo1",[9,5,8,100,3,2]),dispbpt() // check duplicates removal wrt existing bpts, not the last macro - all lines should appear only once in foo1
breakpoints of function :foo1
100
50
60
80
10
15
20
8
9
5
2
3
breakpoints of function :foo2
5
8
7
setbpt("foo2",[50,50,50,60,50,80,60]),dispbpt() // check duplicates removal in vector input, last macro - lines 50 and 60 should appear only once in foo1
breakpoints of function :foo1
100
50
60
80
10
15
20
8
9
5
2
3
breakpoints of function :foo2
5
8
7
50
60
80
setbpt("foo2",[9,5,8,100,7,2]),dispbpt() // check duplicates removal wrt existing bpts, last macro - all lines should appear only once in foo2
breakpoints of function :foo1
100
50
60
80
10
15
20
8
9
5
2
3
breakpoints of function :foo2
5
8
7
50
60
80
9
2
100
// Elementary delbpt tests with scalar line number argument
// Order of the commands is important to guarantee
// the full coverage of the tests
delbpt(),dispbpt() // should display no output
delbpt("foo1",0) // should spit error 9997
!--error 9997
Breakpoint line number must be a positive integer
delbpt("foo1",-3) // should spit error 9997
!--error 9997
Breakpoint line number must be a positive integer
delbpt("foo1",3.2) // should spit error 9997
!--error 9997
Breakpoint line number must be a positive integer
delbpt("foo1"),dispbpt() // should display no output
setbpt("foo1",[5,8,11]),delbpt("foo1"),dispbpt() // should display no output
setbpt("foo1",[5,8,11]),setbpt("foo2",[55,88,111]),delbpt("foo1"),dispbpt() // should display the 3 bpts for foo2 only
breakpoints of function :foo2
55
88
111
setbpt("foo1",[5,8,11]),setbpt("foo2",[55,88,111]),delbpt("foo2"),dispbpt() // should display the 3 bpts for foo1 only
breakpoints of function :foo1
5
8
11
delbpt()
setbpt("foo1",5),delbpt("foo1",5),dispbpt() // should display no output
setbpt("foo1",[5,6,8]),delbpt("foo1",5),dispbpt() // lines 6 and 8 should appear only
breakpoints of function :foo1
6
8
setbpt("foo1",[5,10,11]),delbpt("foo1",10),dispbpt() // lines 5, 6, 8 and 11 should appear only
breakpoints of function :foo1
6
8
5
11
delbpt("foo1",11),dispbpt() // lines 5, 6 and 8 should appear only
breakpoints of function :foo1
6
8
5
setbpt("foo2",[20,21,22,23]),delbpt("foo1",6),dispbpt() // lines 5 and 8 for foo1, and 20 to 23 for foo2
breakpoints of function :foo1
8
5
breakpoints of function :foo2
20
21
22
23
delbpt("foo2",21),dispbpt() // lines 5, and 8 for foo1, and 20, 22, 23 for foo2
breakpoints of function :foo1
8
5
breakpoints of function :foo2
20
22
23
// More complicated delbpt tests with vector line number argument
// Order of the commands is important to guarantee
// the full coverage of the tests
delbpt(),dispbpt() // should display no output
delbpt("foo1",[1,0,5]) // should spit error 9997
!--error 9997
Breakpoint line number must be a positive integer
delbpt("foo1",[-3,2,7]) // should spit error 9997
!--error 9997
Breakpoint line number must be a positive integer
delbpt("foo1",[1,3.2]) // should spit error 9997
!--error 9997
Breakpoint line number must be a positive integer
delbpt("foo1",[8,9]),dispbpt() // should display no output
setbpt("foo1",[5,6,8,9]),delbpt("foo1",[8,5]),dispbpt() // lines 6 and 9 should appear only
breakpoints of function :foo1
6
9
setbpt("foo1",[5,6,8,9]),delbpt("foo1",[8,5,8,8,6,5]),dispbpt() // check duplicates removal in vector input - line 9 should appear only
breakpoints of function :foo1
9
setbpt("foo1",[5,6,8,9]),setbpt("foo2",[10,12,14,16,18]),delbpt("foo1",[8,5,8,10]),dispbpt() // not the last macro, check duplicates removal in vector input - lines 6 and 9 should appear for foo1, plus all the 5 bpts for foo2
breakpoints of function :foo1
9
6
breakpoints of function :foo2
10
12
14
16
18
setbpt("foo1",[5,6,8,9]),setbpt("foo2",[10,12,14,16,18]),delbpt("foo1",[8,5,6,9]),dispbpt() // remove all, not the last macro - should display no bpt for foo1, but all the 5 bpts for foo2
breakpoints of function :foo2
10
12
14
16
18
setbpt("foo1",[5,6,8,9]),setbpt("foo2",[10,12,14,16,18]),delbpt("foo2",[14,18,10,20]),dispbpt() // last macro - should display all the 4 bpts for foo1, but only lines 12 and 16 for foo2
breakpoints of function :foo2
12
16
breakpoints of function :foo1
5
6
8
9
setbpt("foo1",[5,6,8,9]),setbpt("foo2",[10,12,14,16,18]),delbpt("foo2",[14,18,10,12,16]),dispbpt() // remove all, last macro - should display all the 4 bpts for foo1, but no bpt for foo2
breakpoints of function :foo1
5
6
8
9
// first non regression test for bug 1894
delbpt()
function foo1()
a=1;
a=1;
a=1;
a=1;
a=1;
endfunction
function foo2()
a=2;
a=2;
a=2;
a=2;
a=2;
endfunction
setbpt("foo2",1)
foo2()
Stop after row 1 in function foo2 :
delbpt("foo2",1)
dispbpt
setbpt("foo1",[1:5]);setbpt("foo2",[1:5]);
dispbpt
breakpoints of function :foo1
1
2
3
4
5
breakpoints of function :foo2
1
2
3
4
5
// the following resume(0) must spit:
// Stop after row 2 in function foo2 :
// and not Stop after row 2 in function foo1 :
resume(0)
Stop after row 2 in function foo2 :
abort
// second non regression test for bug 1894
delbpt()
function foo1
endfunction
Warning :redefining function: foo1
function foo2
function d=foo3()
disp(" Entering");
d=1
disp(" Leaving");
endfunction
disp("Before");
b=foo3();
disp("After");
endfunction
Warning :redefining function: foo2
setbpt("foo2",[1:10]);
foo2()
Stop after row 6 in function foo2 :
delbpt("foo2",[1:10])
setbpt("foo1",[1:2]);setbpt("foo2",[1:10]);setbpt("foo3",[1:5]);
// the following resume must spit:
// Stop after row 6 in function foo2 :
// and not Stop after row 1 in function foo3 :
resume
Before
Stop after row 7 in function foo2 :
// non regression test for bug 2474
for i=1;delbpt();end // should not say:
// !--error 115
//Stack problem detected within a loop
// a primitive function has been called with wrong number
// of lhs arguments. No lhs test made for this function;
// please report this bug
// !
|