Backport-PR-URL: https://github.com/nodejs/node/pull/13835 PR-URL: https://github.com/nodejs/node/pull/12735 Refs: https://github.com/nodejs/node/pull/12455 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
6 lines
196 B
JavaScript
6 lines
196 B
JavaScript
'use strict';
|
|
const common = require('../common');
|
|
const script = `${common.fixturesDir}/breakpoints_utf8.js`;
|
|
process.env.NODE_DEBUGGER_TEST_SCRIPT = script;
|
|
|
|
require('./test-debugger-repl.js');
|