Added breakpoint command support to the "g" command

This commit is contained in:
Jeff Parsons 2015-08-20 11:28:01 -07:00
commit 8971e22717

View file

@ -4362,7 +4362,7 @@ if (DEBUGGER) {
*
* @this {Debugger}
* @param {DbgAddr} dbgAddr
* @param {string} sOptions
* @param {string} [sOptions]
*/
Debugger.prototype.parseAddrOptions = function(dbgAddr, sOptions)
{