Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - CorderBollie

Pages: [1]
1
General Board / Internal Web Browser
« on: December 18, 2012, 07:18:41 pm »
Hello.
I would like to have the standard system web browser launched when I click on web links in diagrams.
Is it possible to deactivate the internal web browser?


2
General Board / Re: Debug with MinGW GDB
« on: April 24, 2012, 04:37:08 pm »
Finally I've found a way to make it work.
However I think there's a bug in the way EA handles the default directory setting of the analyzer script or in controlling GDB via MI2 protocol.

To make it work I have to place all code into one directory (no subfolders allowed) and compile and link the executable into the same directory.
After that debugging works like expected.

3
General Board / Re: Debug with MinGW GDB
« on: April 12, 2012, 04:38:17 pm »
Hi t-kouno,
which GDB version are you using?
Mine is 7.3.1 with GCC 4.6.1 and EA 9.3.931.

I do not have whitespaces in the GDB and program path and also the program is compiled with debug information.
I installed MinGW not into the standard installation directory however I have added the path to the compiler and debugger to the PATH variable.
As I said GDB can be found by EA but can still not bind/find the breakpoints.

These are the settings of the debug script:
Platform->Debugger: GDB  (Run)
path:
remote:
port:12345
host:localhost
fetch:T
dumpgdb:

Tried both i.e. local and remote debugging using a local GDB-Server but nothing works.
Any more hints from you about how to get this running?

4
General Board / Re: Debug with MinGW GDB
« on: April 04, 2012, 04:22:31 pm »
Thank you for your reply.
I hope that 'investigation' will soon come to a solution.
Is there a way to follow the result of it via a bug/feature tracking system?

5
General Board / Debug with MinGW GDB
« on: March 30, 2012, 05:27:16 pm »
Hello.
I tried to use the integrated debugger to record a sequence.
The program is compiled with MinGW including debug information and I have created a run script for debugging using GDB (comming with MinGW) as debugger.
Although I'm able to start the program in EA the debugger is not able to set breakpoints and I get warnings in the debug windows like:
 * Failed to find Breakpoint
 * Warning, all breakpoints failed to bind...

So the question is: is it possible to use MinGW-compiled programs with the debugger using a GDB configuration on Windows?

Pages: [1]