summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_debugger.vim
AgeCommit message (Expand)Author
2023-05-19patch 9.0.1570: some tests are slowv9.0.1570Bram Moolenaar
2022-10-07patch 9.0.0688: debugger does not display the whole commandv9.0.0688Bram Moolenaar
2022-09-20patch 9.0.0525: manually deleting temp test filesv9.0.0525Bram Moolenaar
2022-08-03patch 9.0.0137: debugger test may fail when $CWD is very longv9.0.0137James McCoy
2022-06-19patch 8.2.5136: debugger test fails when run with valgrindv8.2.5136Bram Moolenaar
2022-05-06patch 8.2.4883: string interpolation only works in heredocv8.2.4883LemonBoy
2022-04-23patch 8.2.4809: various things no6 properly testedv8.2.4809Yegappan Lakshmanan
2022-03-10patch 8.2.4541: Crash in debugger when a variable is not availablev8.2.4541Bram Moolenaar
2022-01-29patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar
2022-01-06patch 8.2.4020: debugger test failsv8.2.4020Bram Moolenaar
2022-01-02patch 8.2.3984: debugger test failsv8.2.3984Bram Moolenaar
2021-12-27patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle
2021-11-23patch 8.2.3657: Vim9: debug text misses one line of return statementv8.2.3657Bram Moolenaar
2021-11-21patch 8.2.3637: typos in test filesv8.2.3637Dominique Pelle
2021-09-09patch 8.2.3419: a failing debug expression may make Vim unusablev8.2.3419Bram Moolenaar
2021-09-08patch 8.2.3417: Vim9: a failing debug expression aborts script sourcingv8.2.3417Bram Moolenaar
2021-09-02patch 8.2.3395: Vim9: expression breakpoint not checked in :def functionv8.2.3395Bram Moolenaar
2021-07-10patch 8.2.3138: debugger test failsv8.2.3138Bram Moolenaar
2021-07-07patch 8.2.3116: Vim9: crash when debugging a function with line continuationv8.2.3116Bram Moolenaar
2021-07-04patch 8.2.3096: temp files remain after running testsv8.2.3096Dominique Pelle
2021-07-03patch 8.2.3086: Vim9: breakpoint on "for" does not workv8.2.3086Bram Moolenaar
2021-06-27patch 8.2.3066: Vim9: debugging lambda does not workv8.2.3066Bram Moolenaar
2021-06-23patch 8.2.3039: Vim9: breakpoint at a comment line does not workv8.2.3039Bram Moolenaar
2021-06-20patch 8.2.3027: Vim9: breakpoint in compiled function not always checkedv8.2.3027Bram Moolenaar
2021-06-20patch 8.2.3026: Vim9: cannot set breakpoint in compiled functionv8.2.3026Bram Moolenaar
2021-06-17patch 8.2.3017: Vim9: debugger shows too many linesv8.2.3017Bram Moolenaar
2021-06-16patch 8.2.3013: Vim: when debugging only first line of command is displayedv8.2.3013Bram Moolenaar
2021-06-16patch 8.2.3011: Vim9: cannot get argument values during debuggingv8.2.3011Bram Moolenaar
2021-06-15patch 8.2.3003: Vim9: closure compiled with wrong compile typev8.2.3003Bram Moolenaar
2021-06-14patch 8.2.2996: Vim9: when debugging cannot inspect local variablesv8.2.2996Bram Moolenaar
2021-06-13patch 8.2.2985: Vim9: a compiled function cannot be debuggedv8.2.2985Bram Moolenaar
2020-12-18patch 8.2.2160: various typosv8.2.2160Bram Moolenaar
2020-11-22patch 8.2.2031: some tests fail when run under valgrindv8.2.2031Bram Moolenaar
2020-10-03patch 8.2.1791: Vim9: debugger test failsv8.2.1791Bram Moolenaar
2020-09-23patch 8.2.1736: failure to compile a pattern not tested muchv8.2.1736Bram Moolenaar
2020-08-22patch 8.2.1508: not all debugger commands covered by testsv8.2.1508Bram Moolenaar
2020-08-13patch 8.2.1440: debugger code insufficiently testedv8.2.1440Bram Moolenaar
2020-08-12patch 8.2.1438: missing tests for interrupting script execution from debuggerv8.2.1438Bram Moolenaar
2020-08-12patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar
2020-08-08patch 8.2.1393: insufficient testing for script debuggingv8.2.1393Bram Moolenaar
2020-07-27patch 8.2.1304: debug backtrace isn't tested muchv8.2.1304Bram Moolenaar
2020-04-08patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar
2020-03-15patch 8.2.0382: some tests fail when run under valgrindv8.2.0382Bram Moolenaar
2019-12-29patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar
2019-08-07patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar
2019-06-24patch 8.1.1585: :let-heredoc does not trim enoughv8.1.1585Bram Moolenaar
2019-06-06patch 8.1.1483: skipped tests are not properly listedv8.1.1483Bram Moolenaar
2019-06-03patch 8.1.1461: tests do not run or are not reliable on some systemsv8.1.1461Bram Moolenaar
2019-04-20patch 8.1.1191: not all debug commands are covered by a testv8.1.1191Bram Moolenaar
2019-04-17patch 8.1.1180: Vim script debugger tests are old stylev8.1.1180Bram Moolenaar