kopia lustrzana https://github.com/c9/core
fix paths returned by python debugger
rodzic
79b4e14d19
commit
7532977df0
|
@ -186,7 +186,7 @@ define(function(require, exports, module) {
|
|||
column: 0,
|
||||
id: frame.id,
|
||||
line: parseInt(frame.line_number, 10) - 1, // IKPdb lines are 1 based
|
||||
path: util.normalizePath(frame.file_path),
|
||||
path: util.normalizePath("/" + frame.file_path),
|
||||
sourceId: frame.file_path,
|
||||
thread: thread_id,
|
||||
istop: (i === 0),
|
||||
|
|
Ładowanie…
Reference in New Issue