-
Notifications
You must be signed in to change notification settings - Fork 9
SVG + Tracepoints #48
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
base: master
Are you sure you want to change the base?
Conversation
|
Why didn't you rebasee your branch on top of mine? I already have a lot of and other new stuff. |
|
Does not work for me: After setting a tracepoint, adding a single integer variable, and running over it, everything seems fine (MI trace shows the program stopping on breakpoints and automatically continuing, etc). However, after clicking the tracepoint, the following happens: |
This removes the flood of Pixmap error messages
|
Give me write access to your repo and I can help you rebase your branch. |
Shows Waveforms in the Datagraph using the newly added functionality for show SVG images in the datagraph
|
Rebased and fixed for the new changes. Also removed 4 unused files (wtf?). Daniel just needs to fix the errors Rainer encountered. Dependency cycle is: |
|
Thanks, I merged the other two into an integration branch for further testing, but they look good so far. I'll wait with this one until Daniel's fixes are in. |
|
Some further debugging. In
will use this parameter to get an element in Steps to reproduce with the following program: int main() {
volatile int a;
for (int i=0; i<10; ++i)
a = i;
return 0;
}
|
Added SVG stuff and changed tracepointcontroller, so that waveforms can be displayed in the datagraph window.
please ignore the SysC files