Skip to content

Commit

Permalink
poke readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald Hutchison committed Mar 14, 2011
1 parent 2436bfe commit d65e582
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.markdown
Original file line number Original file line Diff line number Diff line change
@@ -1,13 +1,15 @@
This example illustrates the situation where breakpoints aren't triggered within the FDT Max debugger This example illustrates the situation where breakpoints aren't triggered within the FDT Max debugger

--------------------------------------


1. Create a new FDT project with the sample files 1. Create a new FDT project with the sample files
2. Set a breakpoint in ExternalSwf.as 2. Set a breakpoint in ExternalSwf.as
3. Build with ant 3. Build with ant
4. Click the first button 4. Click the first button
5. The new swf gets loaded 5. The new swf gets loaded

5.1. Click the new button to trigger the break point 5.1. Click the new button to trigger the break point
5.2. Click the first button to unload the swf 5.2. Click the first button to unload the swf

6. The first button can be clicked to reload the swf 6. The first button can be clicked to reload the swf
7. The swf has been reloaded 7. The swf has been reloaded
7.1 Clicking the new button will not trigger the breakpoint, and debugging via fdt is impossible 7.1 Clicking the new button will not trigger the breakpoint, and debugging via fdt is impossible

0 comments on commit d65e582

Please sign in to comment.