Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger cannot handle two versions of same code #16417

Closed
stevemessick opened this issue Jan 30, 2014 · 10 comments
Closed

Debugger cannot handle two versions of same code #16417

stevemessick opened this issue Jan 30, 2014 · 10 comments
Assignees
Milestone

Comments

@stevemessick
Copy link
Contributor

floitsch: I just tried to debug 2 version of dart2js in parallel (two different directories on the hard-drive).
Since they are in different directories they have different sources. I wanted to split my dart-editor into two views: left the old, right the new version.
When I started debugging, clicking on the stack-frames in the debugger, it replaced the contents of one version with the other. That is, the debugger apparently looked at the names of the buffer, and then put the "right" version in place.
In any case: I was unable to have step one-by-one through two different version of the same program.
////////////////////////////////////////////////////////////////////////////////////
Editor: 1.2.0.dev_02_02 (2014-01-29)
OS: Linux - amd64 (3.2.5-gg1336)
JVM: 1.7.0-google-v5

projects: 5

open dart files: 3

auto-run pub: true
localhost resolves to: 127.0.0.1
mem max/total/free: 1778 / 1036 / 235 MB
thread count: 31
index: 1212066 relationships in 191065 keys in 8185 sources

SDK installed: true
Dartium installed: true

@clayberg
Copy link

clayberg commented Apr 9, 2014

Removed this from the 1.3 milestone.
Added this to the 1.4 milestone.

@kasperl
Copy link

kasperl commented May 8, 2014

Removed this from the 1.4 milestone.
Added this to the 1.5 milestone.

@kasperl
Copy link

kasperl commented Jun 4, 2014

Removed this from the 1.5 milestone.
Added this to the 1.6 milestone.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the 1.6 milestone.
Added Oldschool-Milestone-1.6 label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-1.6 label.

@sethladd
Copy link
Contributor

Added Editor-Debugging label.

@clayberg
Copy link

cc @scheglov.

@scheglov
Copy link
Contributor

https://codereview.chromium.org/611473005


cc @devoncarew.
cc @floitschG.
Set owner to @scheglov.
Added Started label.

@scheglov
Copy link
Contributor

@clayberg
Copy link

Added this to the 1.7 milestone.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants